mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
582a9fcc48
tools/llc/CMakeLists.txt. llvm-svn: 58678
6 lines
94 B
CMake
6 lines
94 B
CMake
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader)
|
|
|
|
add_llvm_tool(llc
|
|
llc.cpp
|
|
)
|