mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 06:18:56 -04:00

from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
11 lines
155 B
CMake
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
|
|
)
|