diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-12 22:01:42 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-12 22:01:42 +0000 |
| commit | dc352c4c04151d1bcd3427c049503fa950904ed5 (patch) | |
| tree | a434662db6ec722b0f43f3af79ec191d743a5120 /llvm/lib/CompilerDriver | |
| parent | 02c446a73a3cd532f843eac80c563d6211971e2b (diff) | |
| download | bcm5719-llvm-dc352c4c04151d1bcd3427c049503fa950904ed5.tar.gz bcm5719-llvm-dc352c4c04151d1bcd3427c049503fa950904ed5.zip | |
Build CompilerDriver library.
llvm-svn: 127554
Diffstat (limited to 'llvm/lib/CompilerDriver')
| -rw-r--r-- | llvm/lib/CompilerDriver/CMakeLists.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/llvm/lib/CompilerDriver/CMakeLists.txt b/llvm/lib/CompilerDriver/CMakeLists.txt index 2248de01b95..a12b3378aaf 100644 --- a/llvm/lib/CompilerDriver/CMakeLists.txt +++ b/llvm/lib/CompilerDriver/CMakeLists.txt @@ -1,10 +1,12 @@ set(LLVM_LINK_COMPONENTS support) -set(LLVM_REQUIRES_EH 1) -add_llvm_tool(llvmc +# We don't want this library to appear in `llvm-config --libs` output, +# so its name doesn't start with "LLVM". + +add_llvm_library(CompilerDriver Action.cpp + BuiltinOptions.cpp CompilationGraph.cpp - llvmc.cpp - Plugin.cpp + Main.cpp Tool.cpp ) |

