aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-12-11 20:08:57 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-12-11 20:08:57 +0000
commita36ffd695576e4f52476359b2f5d4fe459dbc36c (patch)
treee53b5a332f5fc144145ef756ae496c4938e83e9b /lib/clang/Makefile
parent8c024896fdc5738d1025fd4f04061b6179b380ea (diff)
downloadsrc-a36ffd695576e4f52476359b2f5d4fe459dbc36c.tar.gz
src-a36ffd695576e4f52476359b2f5d4fe459dbc36c.zip
Cleanup a few duplicate llvm libs that snuck in with the recent update.
Noticed by: rdivacky
Notes
Notes: svn path=/head/; revision=244124
Diffstat (limited to 'lib/clang/Makefile')
-rw-r--r--lib/clang/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile
index 1d993cd7119a..cfc1554b0ae0 100644
--- a/lib/clang/Makefile
+++ b/lib/clang/Makefile
@@ -71,15 +71,12 @@ SUBDIR= libclanganalysis \
libllvmx86utils
.if ${MK_CLANG_EXTRAS} != "no"
-SUBDIR+=libllvmarchive \
- libllvmdebuginfo \
+SUBDIR+=libllvmdebuginfo \
libllvmexecutionengine \
libllvminterpreter \
libllvmjit \
- libllvmlinker \
libllvmmcdisassembler \
libllvmmcjit \
- libllvmobject \
libllvmruntimedyld
.endif
.endif