mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
e7f14dfdb8
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
|
|
)
|