]> granicus.if.org Git - llvm/commit
Merging r308912:
authorTom Stellard <tstellar@redhat.com>
Tue, 25 Jul 2017 19:01:47 +0000 (19:01 +0000)
committerTom Stellard <tstellar@redhat.com>
Tue, 25 Jul 2017 19:01:47 +0000 (19:01 +0000)
commite622303ce193827f868cdbe6a260090e9231817b
tree3b54820539339343faebd29f6ea00a67158f3b61
parentd175f9addcfa01156feb0711fabc70e7bb72b7cb
Merging r308912:

------------------------------------------------------------------------
r308912 | tstellar | 2017-07-24 15:28:30 -0400 (Mon, 24 Jul 2017) | 14 lines

test-release.sh: Fix phase2 and phase3 binary comparision

Summary:
scudo_utils.cpp.o from compiler-rt has one of the host compiler's builtin
include paths stored in the .debug_line section.  So we need to do
sed 's,Phase1,Phase2,g` on the Phase2 object file so it matches Phase3.

Reviewers: hans

Reviewed By: hans

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D34989
------------------------------------------------------------------------

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