Changes in directory llvm:
Makefile.rules updated: 1.436 -> 1.437 --- Log message: Clean up comments to be consistent with code. --- Diffs of the changes: (+3 -2) Makefile.rules | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/Makefile.rules diff -u llvm/Makefile.rules:1.436 llvm/Makefile.rules:1.437 --- llvm/Makefile.rules:1.436 Thu Jun 28 14:36:08 2007 +++ llvm/Makefile.rules Thu Jun 28 22:36:21 2007 @@ -260,8 +260,9 @@ C.Flags += -D_DEBUG endif -# If DISABLE_EXPENSIVE_CHECKS=1 is specified (make command line or configured), -# then disable expensive checks by defining the appropriate preprocessor symbols. +# If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or +# configured), then enable expensive checks by defining the +# appropriate preprocessor symbols. ifdef ENABLE_EXPENSIVE_CHECKS BuildMode := $(BuildMode)+Checks CXX.Flags += -D_GLIBCXX_DEBUG _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits