blob: 153dd443cbf2207b56d3b5e12585c7f6835eb04e [file] [log] [blame]
Oscar Fuentes105f8d62008-10-04 21:18:50 +00001set(LLVM_LINK_COMPONENTS support system)
2set(LLVM_REQUIRES_EH 1)
3
Oscar Fuentes6f674c82008-11-25 22:18:49 +00004add_llvm_tool(llvmc
Oscar Fuentes105f8d62008-10-04 21:18:50 +00005 Action.cpp
6 CompilationGraph.cpp
7 llvmc.cpp
8 Plugin.cpp
Oscar Fuentese86009e2008-12-07 17:01:16 +00009 Tool.cpp
Oscar Fuentes105f8d62008-10-04 21:18:50 +000010 )