test-release.sh: Don't use chrpath on Solaris
commit6dfd00e174adfc86b8291c46a06251c42329daa7
authorRainer Orth <ro@gcc.gnu.org>
Thu, 12 Sep 2019 14:50:32 +0000 (12 14:50 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 12 Sep 2019 14:50:32 +0000 (12 14:50 +0000)
tree4929cd96a31be3fb41df909d67f45c9333096f46
parent77171c1a314401765e4198eec07004b1dd8de3f3
test-release.sh: Don't use chrpath on Solaris

When trying to run test-release.sh on Solaris 11.4 for 9.0.0 rc4, I failed initially
because Solaris lacks chrpath.  This patch accounts for that and allowed the run to
continue.

Tested on amd64-pc-solaris2.11 and sparcv9-sun-solaris2.11.

Differential Revision: https://reviews.llvm.org/D67484

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