Hey, we can stop depending on the IR library from the Support unittests
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:56:38 +0000 (12:56 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:56:38 +0000 (12:56 +0000)
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

index 93f707e4e2b7c3de41c5a9309fbce3db1a27dbce..4afa4fd70122b1820e81339e6fc8b447bb2151f2 100644 (file)
@@ -1,6 +1,5 @@
 set(LLVM_LINK_COMPONENTS
   Support
-  Core
   )
 
 add_llvm_unittest(SupportTests