diff options
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-31 21:08:10 +0000 |
|---|---|---|
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-31 21:08:10 +0000 |
| commit | 73ee64d6a28546188884e750c89e8d0eebbba7f2 (patch) | |
| tree | 9f436839efc602192e67a13a838f521e752e65a2 | |
| parent | 624fcb286ea7e3184fe34e414e5288465e33883c (diff) | |
| download | bcm5719-llvm-73ee64d6a28546188884e750c89e8d0eebbba7f2.tar.gz bcm5719-llvm-73ee64d6a28546188884e750c89e8d0eebbba7f2.zip | |
Fix CMakeLists.txt comment.
llvm-svn: 85686
| -rw-r--r-- | compiler-rt/CMakeLists.txt | 2 |
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 ) |

