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
This commit is contained in:
Chandler Carruth 2014-03-04 12:56:38 +00:00
parent 8f124fe884
commit 80a59df0e7

View File

@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS
Support
Core
)
add_llvm_unittest(SupportTests