[cfe-commits] r170801 - /cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
Douglas Gregor
dgregor at apple.com
Thu Dec 20 15:11:42 PST 2012
Author: dgregor
Date: Thu Dec 20 17:11:42 2012
New Revision: 170801
URL: http://llvm.org/viewvc/llvm-project?rev=170801&view=rev
Log:
Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!
Modified:
cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
Modified: cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt?rev=170801&r1=170800&r2=170801&view=diff
==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt (original)
+++ cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt Thu Dec 20 17:11:42 2012
@@ -14,7 +14,6 @@
)
target_link_libraries(PrintFunctionNames
- clangFrontend
clangAST
)
More information about the cfe-commits
mailing list