X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fllvm-ranlib%2FCMakeLists.txt;h=ab3fa37c46f58ea0d7b10ed8c7f4c2e2a4acb82f;hp=3116d2e4ff79eae914c574e6dca664248cce5f0f;hb=4e9c939312ff73bd0c6a6485fd5f97012f5910fa;hpb=bb811a244567aa8a1522203f15588f4d001b7353 diff --git a/tools/llvm-ranlib/CMakeLists.txt b/tools/llvm-ranlib/CMakeLists.txt index 3116d2e4ff7..ab3fa37c46f 100644 --- a/tools/llvm-ranlib/CMakeLists.txt +++ b/tools/llvm-ranlib/CMakeLists.txt @@ -1,6 +1,7 @@ -set(LLVM_LINK_COMPONENTS archive) set(LLVM_REQUIRES_EH 1) add_llvm_tool(llvm-ranlib llvm-ranlib.cpp ) + +target_link_libraries(llvm-ranlib LLVMArchive)