mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
aa086c31cb
Also fixed a comment I noticed while debugging this build llvm-svn: 361591
24 lines
262 B
CMake
24 lines
262 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsAsmParsers
|
|
AllTargetsCodeGens
|
|
AllTargetsDescs
|
|
AllTargetsInfos
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
IRReader
|
|
LTO
|
|
MC
|
|
Object
|
|
Support
|
|
Target
|
|
)
|
|
|
|
add_llvm_tool(llvm-lto
|
|
llvm-lto.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|
|
|