mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
7a60ef0f45
llvm-svn: 80922
10 lines
202 B
CMake
10 lines
202 B
CMake
set(LLVM_REQUIRES_EH 1)
|
|
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
|
|
|
|
add_llvm_tool(opt
|
|
AnalysisWrappers.cpp
|
|
GraphPrinters.cpp
|
|
PrintSCC.cpp
|
|
opt.cpp
|
|
)
|