mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
llvm/tools: Prune redundant target_link_libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1089c2c9ba
commit
e225c19562
@ -6,5 +6,3 @@ set(LLVM_LINK_COMPONENTS
|
||||
add_llvm_utility(obj2yaml
|
||||
obj2yaml.cpp coff2yaml.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(obj2yaml LLVMSupport)
|
||||
|
@ -8,5 +8,3 @@ add_llvm_utility(yaml2obj
|
||||
yaml2coff.cpp
|
||||
yaml2elf.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(yaml2obj LLVMSupport)
|
||||
|
Loading…
Reference in New Issue
Block a user