r177989 - Manually specify the link dependencies. Turns out that all the work on

Chandler Carruth chandlerc at gmail.com
Mon Mar 25 20:45:48 PDT 2013


Author: chandlerc
Date: Mon Mar 25 22:45:48 2013
New Revision: 177989

URL: http://llvm.org/viewvc/llvm-project?rev=177989&view=rev
Log:
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.

Modified:
    cfe/trunk/tools/driver/Makefile

Modified: cfe/trunk/tools/driver/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/Makefile?rev=177989&r1=177988&r2=177989&view=diff
==============================================================================
--- cfe/trunk/tools/driver/Makefile (original)
+++ cfe/trunk/tools/driver/Makefile Mon Mar 25 22:45:48 2013
@@ -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
 





More information about the cfe-commits mailing list