libllvmmirparser and libllvmlibdriver are only used in usr.bin/clang/llc and
usr.bin/clang/llvm-ar, respectively, when MK_CLANG_EXTRAS is yes. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f19bae413c
commit
0314b7e24d
@ -41,12 +41,10 @@ SUBDIR= libclanganalysis \
|
||||
libllvmipa \
|
||||
libllvmipo \
|
||||
libllvmirreader \
|
||||
libllvmlibdriver \
|
||||
libllvmlinker \
|
||||
libllvmmc \
|
||||
libllvmmcdisassembler \
|
||||
libllvmmcparser \
|
||||
libllvmmirparser \
|
||||
libllvmobjcarcopts \
|
||||
libllvmobject \
|
||||
libllvmoption \
|
||||
@ -97,7 +95,9 @@ SUBDIR= libclanganalysis \
|
||||
.if ${MK_CLANG_EXTRAS} != "no"
|
||||
SUBDIR+=libllvmdebuginfodwarf \
|
||||
libllvmdebuginfopdb \
|
||||
libllvmlibdriver \
|
||||
libllvmlto \
|
||||
libllvmmirparser \
|
||||
libllvmorcjit \
|
||||
libllvmpasses
|
||||
.endif # MK_CLANG_EXTRAS
|
||||
|
Loading…
Reference in New Issue
Block a user