]> granicus.if.org Git - llvm/commit
test-release.sh: Perform the sed substitution on both files (PR42739)
authorHans Wennborg <hans@hanshq.net>
Mon, 5 Aug 2019 13:04:12 +0000 (13:04 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 5 Aug 2019 13:04:12 +0000 (13:04 +0000)
commit8ff20addbcbafca6c70ff6f4cd6729fcf57e1658
treed838a0879149c7fad7a67ecd6c939d762a1be31c
parent9e3513f21bd0ee25cf6b4e9062353534a551084b
test-release.sh: Perform the sed substitution on both files (PR42739)

The comparison would otherwise fail if Phase2 occurrs naturally in the
object file. It would get replaced with Phase3 in the one .o, but not
in the other.

We were already running both files through sed to have them processed in
this same way; this is a logical extension of that.

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