summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 12:56:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 12:56:38 +0000
commit80a59df0e7b0c00c579827727f01fb5038f08ef7 (patch)
tree4a84c708d80a1452daa80edc5d1a93464a362c04 /unittests
parent8f124fe88409b444fc3139b38423e3a61d4095dd (diff)
downloadllvm-80a59df0e7b0c00c579827727f01fb5038f08ef7.tar.gz
llvm-80a59df0e7b0c00c579827727f01fb5038f08ef7.tar.bz2
llvm-80a59df0e7b0c00c579827727f01fb5038f08ef7.tar.xz
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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Support/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt
index 93f707e4e2..4afa4fd701 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