[llvm-commits] CVS: llvm/Makefile.config.in

Reid Spencer reid at x10sys.com
Sun Apr 9 16:39:56 PDT 2006



Changes in directory llvm:

Makefile.config.in updated: 1.56 -> 1.57
---
Log message:

Fix a comment.


---
Diffs of the changes:  (+2 -2)

 Makefile.config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.56 llvm/Makefile.config.in:1.57
--- llvm/Makefile.config.in:1.56	Sun Apr  9 15:42:14 2006
+++ llvm/Makefile.config.in	Sun Apr  9 18:39:43 2006
@@ -184,8 +184,8 @@
 #ENABLE_OPTIMIZED = 1
 @ENABLE_OPTIMIZED@
 
-# When ENABLE_ASSERTIONS is enabled, builds of all of the LLVM code will include
-# assertion checks, otherwise they are not included.
+# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will 
+# exclude assertion checks, otherwise they are included.
 #DISABLE_ASSERTIONS = 1
 @DISABLE_ASSERTIONS@
 






More information about the llvm-commits mailing list