A script that tests a certain release candidate in several modes. It does a
authorBill Wendling <isanbard@gmail.com>
Wed, 8 Sep 2010 18:32:31 +0000 (18:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 8 Sep 2010 18:32:31 +0000 (18:32 +0000)
commitb91c71299a819e2d20786b629376f119085e8b28
tree903d41471f4557ea5eeb3ca9d7aa54c069072039
parenta31df131582d31da40498b856fd24cbc77bb8a3d
A script that tests a certain release candidate in several modes. It does a
2-phase build of llvm and llvm-gcc, similar to what the buildbots do, and runs
the regression testsuite.

Things to do:

- Work out some bugs with llvm-gcc flags.
- Not all platforms support ObjC.
- Run the test-suite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113382 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh [new file with mode: 0644]