[llvm-commits] CVS: llvm-test/Makefile.rules

2006-04-09 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.9 -> 1.10 --- Log message: Make sure the CONFIGURATION variable is set correctly in light of changes in LLVM's Makefile.rules. Basically when Assertion checking is on, it needs to be set to Release+Asserts, or when off to Debug-Asserts,

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Makefile

2006-04-09 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests: Makefile updated: 1.6 -> 1.7 --- Log message: Don't run vector tests if we just have llvmgcc3 --- Diffs of the changes: (+9 -2) Makefile | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) Index: llvm-test/SingleSour

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-04-09 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.216 -> 1.217 --- Log message: Change the assertions defaults: 1. Assertions now default to on for all builds 2. If you want them disabled you must (a) --disable-assertions to configure or DISABLE_ASSERTIONS=1 to make. --- Diffs of

[llvm-commits] CVS: llvm/configure Makefile.config.in

2006-04-09 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.218 -> 1.219 Makefile.config.in updated: 1.55 -> 1.56 --- Log message: Change the assertions defaults: 1. Assertions now default to on for all builds 2. If you want them disabled you must (a) --disable-assertions to configure or DISABLE_ASSERTI

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-04-09 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.10 -> 1.11 --- Log message: Adjust to reversed logic in LLVM's Makefile.rules. We now use the make variable DISABLE_ASSERTIONS instead of ENABLE_ASSERTIONS. --- Diffs of the changes: (+1 -7) Makefile.rules |8 +--- 1 files c

[llvm-commits] CVS: llvm/Makefile.config.in

2006-04-09 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.56 -> 1.57 --- Log message: Fix a comment. --- Diffs of the changes: (+2 -2) Makefile.config.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/Makefile.config.in diff -u llvm/Makefile.config.in:1.56 llvm/

[llvm-commits] CVS: llvm/Makefile.rules

2006-04-09 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.358 -> 1.359 --- Log message: Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS --- Diffs of the changes: (+5 -9) Makefile.rules | 14 +- 1 files changed, 5 insertions(+), 9 deletions(-) Index: llvm/Makefile.rules diff

[llvm-commits] CVS: llvm/docs/GettingStarted.html MakefileGuide.html

2006-04-09 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.127 -> 1.128 MakefileGuide.html updated: 1.30 -> 1.31 --- Log message: Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS --- Diffs of the changes: (+9 -8) GettingStarted.html |6 +++--- MakefileGuide.html | 11