From: Chandler Carruth Date: Tue, 4 Mar 2014 12:56:38 +0000 (+0000) Subject: Hey, we can stop depending on the IR library from the Support unittests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=80a59df0e7b0c00c579827727f01fb5038f08ef7;p=oota-llvm.git Hey, we can stop depending on the IR library from the Support unittests now. ;] Tested on both a static and shared CMake build. Hopefully the bots will agree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index 93f707e4e2b..4afa4fd7012 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -1,6 +1,5 @@ set(LLVM_LINK_COMPONENTS Support - Core ) add_llvm_unittest(SupportTests