[test-release.sh] Add -no-libunwind to disable it on targets that don't support it.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 30 Jul 2015 10:14:57 +0000 (10:14 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 30 Jul 2015 10:14:57 +0000 (10:14 +0000)
commit3cc4a250a6a4c533097ce1e1ff272d07c30b0465
treefd09dbf0f119b3a4598b8ef4dca78fd9eb31eea9
parent2229ca71fdc95f962474a7f9fce7a5eda914284f
[test-release.sh] Add -no-libunwind to disable it on targets that don't support it.

Summary:
Mips doesn't implement unw_getcontext() or libunwind::Registers_*::jumpto() yet
so we must disable libunwind for this release.

Reviewers: hans

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11563

llvm-svn: 243633
llvm/utils/release/test-release.sh