hanchenye-llvm-project/llvm/lib/CompilerDriver/CMakeLists.txt

11 lines
155 B
CMake

set(LLVM_LINK_COMPONENTS support)
set(LLVM_REQUIRES_EH 1)
add_llvm_tool(llvmc
Action.cpp
CompilationGraph.cpp
llvmc.cpp
Plugin.cpp
Tool.cpp
)