]> granicus.if.org Git - clang/commitdiff
Manually specify the link dependencies. Turns out that all the work on
authorChandler Carruth <chandlerc@gmail.com>
Tue, 26 Mar 2013 03:45:48 +0000 (03:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 26 Mar 2013 03:45:48 +0000 (03:45 +0000)
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

tools/driver/Makefile

index ee8f135f12b93515f74683c54a0c69d454e558d5..cdf3b5248c312e51d2663fd75779deacca7f353f 100644 (file)
@@ -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