[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)
commit4b26be60668f4c7654fd376f4bb8d01a06000282
tree73b5c495af7bb9ee8c2319110c8f3dcdbcbc8d13
parent78a589c319e4f9d5f43b5afbe07ab48bb38d0745
[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

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