mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
26b71d54fd
D78403 appears responsible for breaking bots: http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/12261/steps/build%20stage%201/logs/stdio
47 lines
711 B
CMake
47 lines
711 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsAsmParsers
|
|
AllTargetsCodeGens
|
|
AllTargetsDescs
|
|
AllTargetsInfos
|
|
AggressiveInstCombine
|
|
Analysis
|
|
AsmParser
|
|
BitWriter
|
|
CodeGen
|
|
Core
|
|
Coroutines
|
|
Extensions
|
|
IPO
|
|
IRReader
|
|
InstCombine
|
|
Instrumentation
|
|
MC
|
|
ObjCARCOpts
|
|
Remarks
|
|
ScalarOpts
|
|
Support
|
|
Target
|
|
TransformUtils
|
|
Vectorize
|
|
Passes
|
|
)
|
|
|
|
add_llvm_tool(opt
|
|
AnalysisWrappers.cpp
|
|
BreakpointPrinter.cpp
|
|
GraphPrinters.cpp
|
|
NewPMDriver.cpp
|
|
PassPrinters.cpp
|
|
PrintSCC.cpp
|
|
opt.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
SUPPORT_PLUGINS
|
|
)
|
|
export_executable_symbols_for_plugins(opt)
|
|
|
|
if(LLVM_BUILD_EXAMPLES)
|
|
target_link_libraries(opt PRIVATE ExampleIRTransforms)
|
|
endif(LLVM_BUILD_EXAMPLES)
|