mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
3cce3abf28
llvm-svn: 166248
9 lines
213 B
CMake
9 lines
213 B
CMake
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter instrumentation scalaropts ipo vectorize)
|
|
|
|
add_llvm_tool(opt
|
|
AnalysisWrappers.cpp
|
|
GraphPrinters.cpp
|
|
PrintSCC.cpp
|
|
opt.cpp
|
|
)
|