summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-09 23:39:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-09 23:39:43 +0000
commit1a5a551919198a7e508624c6f555119815e4c66e (patch)
tree4d51d6babc8415daad5ddd17d941b49114ec421a /Makefile.config.in
parentc28ccd86b574cdcde54fa68f2f28e18f4b49498e (diff)
downloadllvm-1a5a551919198a7e508624c6f555119815e4c66e.tar.gz
llvm-1a5a551919198a7e508624c6f555119815e4c66e.tar.bz2
llvm-1a5a551919198a7e508624c6f555119815e4c66e.tar.xz
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 8d25a73684..47d0d81cbf 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -184,8 +184,8 @@ OBJ_ROOT := .
#ENABLE_OPTIMIZED = 1
@ENABLE_OPTIMIZED@
-# When ENABLE_ASSERTIONS is enabled, builds of all of the LLVM code will include
-# assertion checks, otherwise they are not included.
+# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
+# exclude assertion checks, otherwise they are included.
#DISABLE_ASSERTIONS = 1
@DISABLE_ASSERTIONS@