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.

llvm-svn: 230096

clang/tools/libclang/Makefile

index 141a347..2bfb86b 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 \