mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00: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
|
|
)
|