From a05c7f876bcb3ee7430b3c19219e15e054d7db14 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Sat, 21 Feb 2015 00:04:15 +0000 Subject: [PATCH] configure+make: Add ipo to the dependencies of libclang. Follow-up to r230089. llvm-svn: 230096 --- clang/tools/libclang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/libclang/Makefile b/clang/tools/libclang/Makefile index 141a347..2bfb86b 100644 --- a/clang/tools/libclang/Makefile +++ b/clang/tools/libclang/Makefile @@ -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 \ -- 2.7.4