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:
NAKAMURA Takumi 2014-01-31 17:40:06 +00:00
parent 1089c2c9ba
commit e225c19562
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)