mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
0292f065c1
This restores commit r251837, with the new library dependence added to llvm-link/Makefile to address bot failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251866 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
132 B
CMake
13 lines
132 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitWriter
|
|
Core
|
|
IRReader
|
|
Linker
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-link
|
|
llvm-link.cpp
|
|
)
|