afe6665ddf2fb32668346d72832a9e3d9187783c
[oota-llvm.git] / lib / CompilerDriver / CMakeLists.txt
1 set(LLVM_REQUIRES_EH 1)
2
3 add_llvm_tool(llvmc
4   Action.cpp
5   CompilationGraph.cpp
6   llvmc.cpp
7   Plugin.cpp
8   Tool.cpp
9   )