[llvm] r202844 - Hey, we can stop depending on the IR library from the Support unittests
Chandler Carruth
chandlerc at gmail.com
Tue Mar 4 04:56:39 PST 2014
Author: chandlerc
Date: Tue Mar 4 06:56:38 2014
New Revision: 202844
URL: http://llvm.org/viewvc/llvm-project?rev=202844&view=rev
Log:
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.
Modified:
llvm/trunk/unittests/Support/CMakeLists.txt
Modified: llvm/trunk/unittests/Support/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/CMakeLists.txt?rev=202844&r1=202843&r2=202844&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/CMakeLists.txt (original)
+++ llvm/trunk/unittests/Support/CMakeLists.txt Tue Mar 4 06:56:38 2014
@@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS
Support
- Core
)
add_llvm_unittest(SupportTests
More information about the llvm-commits
mailing list