[cfe-commits] r108055 - /cfe/trunk/examples/PrintFunctionNames/Makefile

Nick Lewycky nicholas at mxc.ca
Sat Jul 10 13:24:24 PDT 2010


Author: nicholas
Date: Sat Jul 10 15:24:23 2010
New Revision: 108055

URL: http://llvm.org/viewvc/llvm-project?rev=108055&view=rev
Log:
PrintFunctionNames is a plugin, it should pull in symbols from the clang binary
that loads it, not by linking against them directly.

Modified:
    cfe/trunk/examples/PrintFunctionNames/Makefile

Modified: cfe/trunk/examples/PrintFunctionNames/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/Makefile?rev=108055&r1=108054&r2=108055&view=diff
==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/Makefile (original)
+++ cfe/trunk/examples/PrintFunctionNames/Makefile Sat Jul 10 15:24:23 2010
@@ -13,7 +13,6 @@
 LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
-LINK_COMPONENTS := 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