blob: 4227141d57fe51398ff8ebf31a847b8ebc798244 [file] [log] [blame]
Oscar Fuentesb5abd782008-10-04 21:18:50 +00001set(LLVM_LINK_COMPONENTS support system)
2set(LLVM_REQUIRES_EH 1)
3
Oscar Fuentesc4430482008-11-25 22:18:49 +00004add_llvm_tool(llvmc
Oscar Fuentesb5abd782008-10-04 21:18:50 +00005 Action.cpp
6 CompilationGraph.cpp
7 llvmc.cpp
8 Plugin.cpp
9 )