llvm/tools: Prune redundant target_link_libraries.
[oota-llvm.git] / tools / obj2yaml / CMakeLists.txt
index 536c413460f2864065b9fbd7d01e435ec753470e..9c10c048576a5b3a2d7515414e558a36f9ac7129 100644 (file)
@@ -6,5 +6,3 @@ set(LLVM_LINK_COMPONENTS
 add_llvm_utility(obj2yaml
   obj2yaml.cpp coff2yaml.cpp
   )
-
-target_link_libraries(obj2yaml LLVMSupport)