1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

llvm/tools: Prune redundant target_link_libraries.

llvm-svn: 200559
This commit is contained in:
NAKAMURA Takumi 2014-01-31 17:40:06 +00:00
parent 25a18fbbd0
commit 084aff62e6
2 changed files with 0 additions and 4 deletions

View File

@ -6,5 +6,3 @@ set(LLVM_LINK_COMPONENTS
add_llvm_utility(obj2yaml
obj2yaml.cpp coff2yaml.cpp
)
target_link_libraries(obj2yaml LLVMSupport)

View File

@ -8,5 +8,3 @@ add_llvm_utility(yaml2obj
yaml2coff.cpp
yaml2elf.cpp
)
target_link_libraries(yaml2obj LLVMSupport)