[llvm-commits] [compiler-rt] r159025 - /compiler-rt/trunk/CMakeLists.txt

Chandler Carruth chandlerc at gmail.com
Fri Jun 22 13:17:27 PDT 2012


Author: chandlerc
Date: Fri Jun 22 15:17:27 2012
New Revision: 159025

URL: http://llvm.org/viewvc/llvm-project?rev=159025&view=rev
Log:
Disable the test subdirectory entirely until we get fresh CMake files
there. I didn't notice this because I had a stub that wasn't checked in
floating around in my client.

Modified:
    compiler-rt/trunk/CMakeLists.txt

Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=159025&r1=159024&r2=159025&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Fri Jun 22 15:17:27 2012
@@ -45,5 +45,8 @@
 add_subdirectory(lib)
 
 if(LLVM_INCLUDE_TESTS)
-  add_subdirectory(test)
+  # Currently the tests have not been ported to CMake, so disable this
+  # directory.
+  #
+  #add_subdirectory(test)
 endif()





More information about the llvm-commits mailing list