diff options
Diffstat (limited to 'contrib/llvm/lib/CompilerDriver/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/lib/CompilerDriver/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/llvm/lib/CompilerDriver/CMakeLists.txt b/contrib/llvm/lib/CompilerDriver/CMakeLists.txt deleted file mode 100644 index 153dd443cbf2..000000000000 --- a/contrib/llvm/lib/CompilerDriver/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -set(LLVM_LINK_COMPONENTS support system) -set(LLVM_REQUIRES_EH 1) - -add_llvm_tool(llvmc - Action.cpp - CompilationGraph.cpp - llvmc.cpp - Plugin.cpp - Tool.cpp - ) |