[cfe-commits] r130576 -	/cfe/trunk/examples/clang-interpreter/Makefile
    Nico Weber 
    nicolasweber at gmx.de
       
    Fri Apr 29 19:52:27 PDT 2011
    
    
  
Author: nico
Date: Fri Apr 29 21:52:27 2011
New Revision: 130576
URL: http://llvm.org/viewvc/llvm-project?rev=130576&view=rev
Log:
Fix Makefile build of examples/clang-interpreter.
Modified:
    cfe/trunk/examples/clang-interpreter/Makefile
Modified: cfe/trunk/examples/clang-interpreter/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/Makefile?rev=130576&r1=130575&r2=130576&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/Makefile (original)
+++ cfe/trunk/examples/clang-interpreter/Makefile Fri Apr 29 21:52:27 2011
@@ -16,7 +16,7 @@
 TOOL_NO_EXPORTS = 1
 
 LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter ipo \
-	selectiondag asmparser
+	selectiondag asmparser instrumentation
 USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \
            clangSema.a clangStaticAnalyzerFrontend.a clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a clangAnalysis.a clangRewrite.a \
            clangAST.a clangParse.a clangLex.a clangBasic.a
    
    
More information about the cfe-commits
mailing list