OSDN Git Service

Merging r367846 and r367847:
authorHans Wennborg <hans@hanshq.net>
Mon, 5 Aug 2019 13:10:20 +0000 (13:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 5 Aug 2019 13:10:20 +0000 (13:10 +0000)
commit4b7da3bf9d364c621aa746a66a2ffa1c0261da75
treea72c82590a491b05169e8b95a25940b420ea2a9d
parent0fda739462d4e0e37ece5b91578884b5aba3a384
Merging r367846 and r367847:

------------------------------------------------------------------------
r367846 | hans | 2019-08-05 15:04:07 +0200 (Mon, 05 Aug 2019) | 1 line

Write the RequiredLibraries for 'all' in LibraryDependencies.inc in a deterministic order (PR42739)
------------------------------------------------------------------------

------------------------------------------------------------------------
r367847 | hans | 2019-08-05 15:04:12 +0200 (Mon, 05 Aug 2019) | 8 lines

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/branches/release_90@367848 91177308-0d34-0410-b5e6-96231b3b80d8
utils/llvm-build/llvmbuild/main.py
utils/release/test-release.sh