summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/obj2yaml/CMakeLists.txt2
-rw-r--r--llvm/tools/yaml2obj/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/obj2yaml/CMakeLists.txt b/llvm/tools/obj2yaml/CMakeLists.txt
index 536c413460f..9c10c048576 100644
--- a/llvm/tools/obj2yaml/CMakeLists.txt
+++ b/llvm/tools/obj2yaml/CMakeLists.txt
@@ -6,5 +6,3 @@ set(LLVM_LINK_COMPONENTS
add_llvm_utility(obj2yaml
obj2yaml.cpp coff2yaml.cpp
)
-
-target_link_libraries(obj2yaml LLVMSupport)
diff --git a/llvm/tools/yaml2obj/CMakeLists.txt b/llvm/tools/yaml2obj/CMakeLists.txt
index 3e2e4b1a250..5e63dfbbe72 100644
--- a/llvm/tools/yaml2obj/CMakeLists.txt
+++ b/llvm/tools/yaml2obj/CMakeLists.txt
@@ -8,5 +8,3 @@ add_llvm_utility(yaml2obj
yaml2coff.cpp
yaml2elf.cpp
)
-
-target_link_libraries(yaml2obj LLVMSupport)
OpenPOWER on IntegriCloud