]> granicus.if.org Git - clang/commitdiff
configure+make: Add ipo to the dependencies of libclang.
authorAdrian Prantl <aprantl@apple.com>
Sat, 21 Feb 2015 00:04:15 +0000 (00:04 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 21 Feb 2015 00:04:15 +0000 (00:04 +0000)
Follow-up to r230089.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230096 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/Makefile

index 141a347e9c65c781d6a43d2a15b50f13b3761595..2bfb86bd5b24c73b4e041f9865601931f5610d1b 100644 (file)
@@ -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 \