[llvm-commits] [llvm] r97644 - /llvm/trunk/utils/buildit/GNUmakefile
Bill Wendling
isanbard at gmail.com
Tue Mar 2 21:40:40 PST 2010
Author: void
Date: Tue Mar 2 23:40:40 2010
New Revision: 97644
URL: http://llvm.org/viewvc/llvm-project?rev=97644&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/utils/buildit/GNUmakefile
Modified: llvm/trunk/utils/buildit/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/GNUmakefile?rev=97644&r1=97643&r2=97644&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/GNUmakefile (original)
+++ llvm/trunk/utils/buildit/GNUmakefile Tue Mar 2 23:40:40 2010
@@ -34,7 +34,7 @@
PREFIX = /usr/local
-# Unless assertions are forced on in the GMAKE command line, enable them.
+# Unless assertions are forced on in the GMAKE command line, disable them.
ifndef ENABLE_ASSERTIONS
ENABLE_ASSERTIONS := no
endif
More information about the llvm-commits
mailing list