r230096 - configure+make: Add ipo to the dependencies of libclang.
Adrian Prantl
aprantl at apple.com
Fri Feb 20 16:04:15 PST 2015
Author: adrian
Date: Fri Feb 20 18:04:15 2015
New Revision: 230096
URL: http://llvm.org/viewvc/llvm-project?rev=230096&view=rev
Log:
configure+make: Add ipo to the dependencies of libclang.
Follow-up to r230089.
Modified:
cfe/trunk/tools/libclang/Makefile
Modified: cfe/trunk/tools/libclang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/Makefile?rev=230096&r1=230095&r2=230096&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/Makefile (original)
+++ cfe/trunk/tools/libclang/Makefile Fri Feb 20 18:04:15 2015
@@ -17,7 +17,7 @@ SHARED_LIBRARY = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter core \
- instrumentation mc mcparser objcarcopts option support
+ instrumentation ipo mc mcparser objcarcopts option support
USEDLIBS = clangIndex.a clangARCMigrate.a \
clangRewriteFrontend.a \
clangFormat.a \
More information about the cfe-commits
mailing list