diff options
Diffstat (limited to 'contrib/llvm/lib/CompilerDriver/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/lib/CompilerDriver/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/llvm/lib/CompilerDriver/CMakeLists.txt b/contrib/llvm/lib/CompilerDriver/CMakeLists.txt new file mode 100644 index 0000000..153dd44 --- /dev/null +++ b/contrib/llvm/lib/CompilerDriver/CMakeLists.txt @@ -0,0 +1,10 @@ +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 + ) |