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

Duncan Sands baldrick at free.fr
Fri Mar 27 04:35:18 PDT 2009


Author: baldrick
Date: Fri Mar 27 06:35:17 2009
New Revision: 67834

URL: http://llvm.org/viewvc/llvm-project?rev=67834&view=rev
Log:
Match LLVM name.

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=67834&r1=67833&r2=67834&view=diff

==============================================================================
--- test-suite/trunk/Makefile.rules (original)
+++ test-suite/trunk/Makefile.rules Fri Mar 27 06:35:17 2009
@@ -151,7 +151,8 @@
 # If ENABLE_ASSERTIONS=1 is specified (make command line or configured),
 # then adjust the CONFIGURATION name appropriately (to match LLVM makefiles)
 ifeq ($(DISABLE_ASSERTIONS),1)
-  CONFIGURATION := $(CONFIGURATION)-NoAsserts
+  # Indicate that assertions are turned off using a minus sign
+  CONFIGURATION := $(CONFIGURATION)-Asserts
 endif
 
 # If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or





More information about the llvm-commits mailing list