summaryrefslogtreecommitdiffstats
path: root/lib/clang/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-05-30 15:39:49 +0000
committerdim <dim@FreeBSD.org>2015-05-30 15:39:49 +0000
commit8f5245e1debfaa6f624a937a5820ec2c597e6c2a (patch)
treebdd3ab6f4e32c6f68c77842e797b61f509ecd988 /lib/clang/Makefile
parent3cd22c5584a700a2036b948ef96ae41bbd233bb6 (diff)
downloadFreeBSD-src-8f5245e1debfaa6f624a937a5820ec2c597e6c2a.zip
FreeBSD-src-8f5245e1debfaa6f624a937a5820ec2c597e6c2a.tar.gz
Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunk
r238337.
Diffstat (limited to 'lib/clang/Makefile')
-rw-r--r--lib/clang/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile
index a7513c3..7aa8837 100644
--- a/lib/clang/Makefile
+++ b/lib/clang/Makefile
@@ -97,7 +97,11 @@ SUBDIR= libclanganalysis \
libllvmx86utils
.if ${MK_CLANG_EXTRAS} != "no"
-SUBDIR+=libllvmdebuginfo
+SUBDIR+=libllvmdebuginfodwarf \
+ libllvmdebuginfopdb \
+ libllvmlto \
+ libllvmorcjit \
+ libllvmpasses
.endif # MK_CLANG_EXTRAS
.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
SUBDIR+=libllvmexecutionengine \
OpenPOWER on IntegriCloud