From: Chandler Carruth Date: Tue, 26 Mar 2013 03:45:48 +0000 (+0000) Subject: Manually specify the link dependencies. Turns out that all the work on X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42958026f0ea0a163200b1f5ba20238c7102f2e9;p=clang Manually specify the link dependencies. Turns out that all the work on LLVMBuild stuff didn't actually provide a single place for dependencies, it just added a third place. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177989 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/driver/Makefile b/tools/driver/Makefile index ee8f135f12..cdf3b5248c 100644 --- a/tools/driver/Makefile +++ b/tools/driver/Makefile @@ -30,7 +30,7 @@ TOOL_INFO_PLIST := Info.plist include $(CLANG_LEVEL)/../../Makefile.config LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \ - instrumentation ipo linker selectiondag + instrumentation ipo irreader linker selectiondag USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ clangSerialization.a clangCodeGen.a clangParse.a clangSema.a