[Release] Allow release testers to disable certain components
authorRenato Golin <renato.golin@linaro.org>
Wed, 22 Jul 2015 18:21:39 +0000 (18:21 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 22 Jul 2015 18:21:39 +0000 (18:21 +0000)
commitc6f36fe9f74856fdeab53df72479eff72fd52ec2
treec3249398ecd872611980ebd28bffc70ff8829343
parent03c5b6047eeedbfc10ca3626934c463cdb9e6abf
[Release] Allow release testers to disable certain components

Not all components build correctly on all targets and the release
script had no way to disable them other than editing the script locally.

This change provides a way to disable the test-suite, compiler-rt and
the libraries, as well as allowing you to re-run on the same directory
without checking out all sources again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242919 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh