summaryrefslogtreecommitdiff
path: root/tools/yaml2obj
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-31 17:40:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-31 17:40:06 +0000
commite225c1956233856e5cce40bd61091af1d8f29995 (patch)
treea22e3c9c13546d04e3d996dc77c17ae9c23fcb45 /tools/yaml2obj
parent1089c2c9baefb6cfff8e0688a25ee4033ba33aa5 (diff)
downloadllvm-e225c1956233856e5cce40bd61091af1d8f29995.tar.gz
llvm-e225c1956233856e5cce40bd61091af1d8f29995.tar.bz2
llvm-e225c1956233856e5cce40bd61091af1d8f29995.tar.xz
llvm/tools: Prune redundant target_link_libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/yaml2obj')
-rw-r--r--tools/yaml2obj/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/yaml2obj/CMakeLists.txt b/tools/yaml2obj/CMakeLists.txt
index 3e2e4b1a25..5e63dfbbe7 100644
--- a/tools/yaml2obj/CMakeLists.txt
+++ b/tools/yaml2obj/CMakeLists.txt
@@ -8,5 +8,3 @@ add_llvm_utility(yaml2obj
yaml2coff.cpp
yaml2elf.cpp
)
-
-target_link_libraries(yaml2obj LLVMSupport)