[cfe-commits] r105607 - in /cfe/trunk/examples:	clang-interpreter/Makefile wpa/Makefile
    Daniel Dunbar 
    daniel at zuster.org
       
    Tue Jun  8 08:38:01 PDT 2010
    
    
  
Author: ddunbar
Date: Tue Jun  8 10:38:01 2010
New Revision: 105607
URL: http://llvm.org/viewvc/llvm-project?rev=105607&view=rev
Log:
Update LINK_COMPONENTS for examples.
Modified:
    cfe/trunk/examples/clang-interpreter/Makefile
    cfe/trunk/examples/wpa/Makefile
Modified: cfe/trunk/examples/clang-interpreter/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/Makefile?rev=105607&r1=105606&r2=105607&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/Makefile (original)
+++ cfe/trunk/examples/clang-interpreter/Makefile Tue Jun  8 10:38:01 2010
@@ -22,7 +22,7 @@
 include $(LEVEL)/Makefile.config
 
 LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter ipo \
-	selectiondag
+	selectiondag asmparser
 USEDLIBS = clangFrontend.a clangDriver.a clangCodeGen.a clangSema.a \
            clangChecker.a clangAnalysis.a clangRewrite.a  clangAST.a \
            clangParse.a clangLex.a clangBasic.a
Modified: cfe/trunk/examples/wpa/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/wpa/Makefile?rev=105607&r1=105606&r2=105607&view=diff
==============================================================================
--- cfe/trunk/examples/wpa/Makefile (original)
+++ cfe/trunk/examples/wpa/Makefile Tue Jun  8 10:38:01 2010
@@ -21,7 +21,7 @@
 # LINK_COMPONENTS before including Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := bitreader mc core
+LINK_COMPONENTS := asmparser bitreader mc core
 USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a \
 	   clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
 
    
    
More information about the cfe-commits
mailing list