[llvm-branch-commits] [llvm-gcc-branch] r93385 - /llvm-gcc-4.2/branches/Apple/Zoidberg/GNUmakefile

Stuart Hastings stuart at apple.com
Wed Jan 13 16:39:29 PST 2010


Author: stuart
Date: Wed Jan 13 18:39:29 2010
New Revision: 93385

URL: http://llvm.org/viewvc/llvm-project?rev=93385&view=rev
Log:
Default to ENABLE_ASSERTIONS.

Modified:
    llvm-gcc-4.2/branches/Apple/Zoidberg/GNUmakefile

Modified: llvm-gcc-4.2/branches/Apple/Zoidberg/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Zoidberg/GNUmakefile?rev=93385&r1=93384&r2=93385&view=diff

==============================================================================
--- llvm-gcc-4.2/branches/Apple/Zoidberg/GNUmakefile (original)
+++ llvm-gcc-4.2/branches/Apple/Zoidberg/GNUmakefile Wed Jan 13 18:39:29 2010
@@ -60,11 +60,9 @@
 ENABLE_LLVM = false
 endif
 
-# Unless assertions are forced on in the GMAKE command line, disable them.
-ifdef ENABLE_ASSERTIONS
+# Unless assertions are forced on in the GMAKE command line, enable them.
+ifndef ENABLE_ASSERTIONS
 LLVM_ASSERTIONS := yes
-else
-LLVM_ASSERTIONS := no
 endif
 
 ifndef LLVMCORE_PATH





More information about the llvm-branch-commits mailing list