diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2011-02-19 23:03:58 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-02-19 23:03:58 +0000 |
| commit | 8f5cf74c77e65847201cb7d0c894d2f7b78366be (patch) | |
| tree | ceaf5459645a5b921ba48f56c0fa7c23c245b3be /clang/examples/PrintFunctionNames/CMakeLists.txt | |
| parent | 29eb47bd685d65d824e1c8fa303b8a1e8c6af39b (diff) | |
| download | bcm5719-llvm-8f5cf74c77e65847201cb7d0c894d2f7b78366be.tar.gz bcm5719-llvm-8f5cf74c77e65847201cb7d0c894d2f7b78366be.zip | |
Re-instate r125819 and r125820 with no functionality change
llvm-svn: 126060
Diffstat (limited to 'clang/examples/PrintFunctionNames/CMakeLists.txt')
| -rw-r--r-- | clang/examples/PrintFunctionNames/CMakeLists.txt | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt index 58b4603e9b6..86793ce7e18 100644 --- a/clang/examples/PrintFunctionNames/CMakeLists.txt +++ b/clang/examples/PrintFunctionNames/CMakeLists.txt @@ -1,34 +1,11 @@ set(MODULE TRUE) set( LLVM_USED_LIBS - clangFrontendTool clangFrontend - clangDriver - clangSerialization - clangCodeGen - clangParse - clangSema - clangStaticAnalyzerFrontend - clangStaticAnalyzerCheckers - clangStaticAnalyzerCore - clangAnalysis - clangIndex - clangRewrite clangAST - clangLex - clangBasic ) -# Why do we have to link to all this just to print out function names? -set( LLVM_LINK_COMPONENTS - ${LLVM_TARGETS_TO_BUILD} - asmparser - bitreader - bitwriter - codegen - ipo - selectiondag - ) +set( LLVM_LINK_COMPONENTS support mc) add_clang_library(PrintFunctionNames PrintFunctionNames.cpp) |

