mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
0f25988689
llvm-svn: 56419
10 lines
192 B
CMake
10 lines
192 B
CMake
set(LLVM_REQUIRES_EH 1)
|
|
set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo)
|
|
|
|
add_llvm_tool(opt
|
|
AnalysisWrappers.cpp
|
|
GraphPrinters.cpp
|
|
PrintSCC.cpp
|
|
opt.cpp
|
|
)
|