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

Duncan Sands baldrick at free.fr
Fri Mar 27 02:42:33 PDT 2009


Author: baldrick
Date: Fri Mar 27 04:42:23 2009
New Revision: 67832

URL: http://llvm.org/viewvc/llvm-project?rev=67832&view=rev
Log:
Match the 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=67832&r1=67831&r2=67832&view=diff

==============================================================================
--- test-suite/trunk/Makefile.rules (original)
+++ test-suite/trunk/Makefile.rules Fri Mar 27 04:42:23 2009
@@ -151,7 +151,7 @@
 # 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)-Asserts
+  CONFIGURATION := $(CONFIGURATION)-NoAsserts
 endif
 
 # If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or





More information about the llvm-commits mailing list