]> granicus.if.org Git - llvm/commit
Merging r242722:
authorHans Wennborg <hans@hanshq.net>
Wed, 22 Jul 2015 00:48:46 +0000 (00:48 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 22 Jul 2015 00:48:46 +0000 (00:48 +0000)
commit1761bba3dce60a01beb9d2ea5cdc7a8922c39c20
tree042faae4366feb190b0b7bc7af1b5765ed244664
parent8715f45dbc4c1d4259a16210fafc144ee65da488
Merging r242722:
------------------------------------------------------------------------
r242722 | dim | 2015-07-20 15:24:40 -0700 (Mon, 20 Jul 2015) | 6 lines

Avoid early pipefail exits due to grep failures in stage comparisons.

If objects or executables did not contain any RPATH, grep would return
nonzero, and the whole stage comparison loop would unexpectedly exit.
Fix this by checking the grep result explicitly.

------------------------------------------------------------------------

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