From 80a59df0e7b0c00c579827727f01fb5038f08ef7 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 4 Mar 2014 12:56:38 +0000 Subject: [PATCH] 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 --- unittests/Support/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0