From 5cd6db9a514ccb37df20455e543c88df5594eec0 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 17 Jun 2013 15:29:46 +0000 Subject: Don't link with the archive library programs that don't use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184081 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/obj2yaml/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/obj2yaml') diff --git a/tools/obj2yaml/CMakeLists.txt b/tools/obj2yaml/CMakeLists.txt index d64bf1bad8..6b39193e47 100644 --- a/tools/obj2yaml/CMakeLists.txt +++ b/tools/obj2yaml/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_LINK_COMPONENTS archive object) +set(LLVM_LINK_COMPONENTS object) add_llvm_utility(obj2yaml obj2yaml.cpp coff2yaml.cpp -- cgit v1.2.3