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

Edward O'Callaghan eocallaghan at auroraux.org
Sat Oct 31 14:08:10 PDT 2009


Author: evocallaghan
Date: Sat Oct 31 16:08:10 2009
New Revision: 85686

URL: http://llvm.org/viewvc/llvm-project?rev=85686&view=rev
Log:
Fix CMakeLists.txt comment.

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=85686&r1=85685&r2=85686&view=diff

==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Sat Oct 31 16:08:10 2009
@@ -49,6 +49,6 @@
  
 ADD_SUBDIRECTORY( lib )
 
-# Tests are being ignored for until the very basics are working.
+# Enable Test Suit:
 INCLUDE( MacroAddCheckTest )
 ADD_SUBDIRECTORY( test )





More information about the llvm-commits mailing list