mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
Add LLVM IR libraries to CLEANFILES.
We previously taught the build system how to create files like libfoo.bc, but neglected to teach it about cleaning such files up. Rectify this now. MFC after: 1 week Sponsored by: DARPA, AFRL
This commit is contained in:
parent
ad10496cf4
commit
fd8103ed43
1 changed files with 2 additions and 0 deletions
|
|
@ -209,6 +209,8 @@ lib${LIB_PRIVATE}${LIB}.bc: ${BCOBJS}
|
|||
|
||||
lib${LIB_PRIVATE}${LIB}.ll: ${LLOBJS}
|
||||
${LLVM_LINK} -S -o ${.TARGET} ${LLOBJS}
|
||||
|
||||
CLEANFILES+= lib${LIB_PRIVATE}${LIB}.bc lib${LIB_PRIVATE}${LIB}.ll
|
||||
.endif
|
||||
|
||||
.if defined(SHLIB_NAME) || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue