[llvm-commits] [test-suite] r107877 - /test-suite/trunk/Makefile.rules

Bob Wilson bob.wilson at apple.com
Thu Jul 8 09:03:57 PDT 2010


Author: bwilson
Date: Thu Jul  8 11:03:57 2010
New Revision: 107877

URL: http://llvm.org/viewvc/llvm-project?rev=107877&view=rev
Log:
Fix comment to match use of DISABLE_ASSERTIONS.

Modified:
    test-suite/trunk/Makefile.rules

Modified: test-suite/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.rules?rev=107877&r1=107876&r2=107877&view=diff
==============================================================================
--- test-suite/trunk/Makefile.rules (original)
+++ test-suite/trunk/Makefile.rules Thu Jul  8 11:03:57 2010
@@ -152,8 +152,8 @@
   CONFIGURATION := $(CONFIGURATION)+Profile
 endif
 
-# If ENABLE_ASSERTIONS=1 is specified (make command line or configured),
-# then adjust the CONFIGURATION name appropriately (to match LLVM makefiles)
+# Unless DISABLE_ASSERTIONS=1 is specified (make command line or configured),
+# adjust the CONFIGURATION name appropriately (to match LLVM makefiles)
 ifneq ($(DISABLE_ASSERTIONS),1)
   CONFIGURATION := $(CONFIGURATION)+Asserts
 endif





More information about the llvm-commits mailing list