svn commit: r244124 - head/lib/clang
Dimitry Andric
dim at FreeBSD.org
Tue Dec 11 20:08:58 UTC 2012
Author: dim
Date: Tue Dec 11 20:08:57 2012
New Revision: 244124
URL: http://svnweb.freebsd.org/changeset/base/244124
Log:
Cleanup a few duplicate llvm libs that snuck in with the recent update.
Noticed by: rdivacky
Modified:
head/lib/clang/Makefile
Modified: head/lib/clang/Makefile
==============================================================================
--- head/lib/clang/Makefile Tue Dec 11 19:54:35 2012 (r244123)
+++ head/lib/clang/Makefile Tue Dec 11 20:08:57 2012 (r244124)
@@ -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
More information about the svn-src-all
mailing list