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@ _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits