diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-30 19:16:58 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-30 19:16:58 +0000 |
commit | 23661cef8631d59fe2932a88ecd98c546246e878 (patch) | |
tree | 89fd45877f73e012715bb1d59f4f8baf1d12bbca /lib/clang | |
parent | 5fd389bc0c363612b4d25b31a2e885e5ac3aed6c (diff) | |
download | FreeBSD-src-23661cef8631d59fe2932a88ecd98c546246e878.zip FreeBSD-src-23661cef8631d59fe2932a88ecd98c546246e878.tar.gz |
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
Diffstat (limited to 'lib/clang')
-rw-r--r-- | lib/clang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile index 88bc3b1..905346a 100644 --- a/lib/clang/Makefile +++ b/lib/clang/Makefile @@ -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 |