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,
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
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
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
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
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/
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
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