1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/llc/CMakeLists.txt

32 lines
399 B
CMake

set(LLVM_LINK_COMPONENTS
AllTargetsAsmParsers
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
Analysis
AsmParser
AsmPrinter
CodeGen
Core
IRReader
MC
MIRParser
Remarks
ScalarOpts
SelectionDAG
Support
Target
TransformUtils
Vectorize
)
add_llvm_tool(llc
llc.cpp
DEPENDS
intrinsics_gen
SUPPORT_PLUGINS
)
export_executable_symbols_for_plugins(llc)