summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-31 21:08:10 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-31 21:08:10 +0000
commit73ee64d6a28546188884e750c89e8d0eebbba7f2 (patch)
tree9f436839efc602192e67a13a838f521e752e65a2
parent624fcb286ea7e3184fe34e414e5288465e33883c (diff)
downloadbcm5719-llvm-73ee64d6a28546188884e750c89e8d0eebbba7f2.tar.gz
bcm5719-llvm-73ee64d6a28546188884e750c89e8d0eebbba7f2.zip
Fix CMakeLists.txt comment.
llvm-svn: 85686
-rw-r--r--compiler-rt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt
index 4e6f56563b3..a57d6a98667 100644
--- a/compiler-rt/CMakeLists.txt
+++ b/compiler-rt/CMakeLists.txt
@@ -49,6 +49,6 @@ ENDIF( BUILD_BLOCKS_RUNTIME )
ADD_SUBDIRECTORY( lib )
-# Tests are being ignored for until the very basics are working.
+# Enable Test Suit:
INCLUDE( MacroAddCheckTest )
ADD_SUBDIRECTORY( test )
OpenPOWER on IntegriCloud