]> granicus.if.org Git - llvm/commit
Merging r242341:
authorHans Wennborg <hans@hanshq.net>
Thu, 16 Jul 2015 00:14:40 +0000 (00:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 16 Jul 2015 00:14:40 +0000 (00:14 +0000)
commit371e0062a4b6e1210d513315f60af40b3a06d30a
treecec3c5c695a2570f0fb8c100df7622706ebd67c8
parent789b63a150624e196b418e2fd584f1c134cfaf85
Merging r242341:
------------------------------------------------------------------------
r242341 | hans | 2015-07-15 15:18:25 -0700 (Wed, 15 Jul 2015) | 7 lines

test-release.sh: Run both .o files through sed before comparing them

On some systems (e.g. Mac OS X), sed will add a newline to the end of
the output if there wasn't one already. This would cause false
cmp errors since the .o file from Phase 2 was passed through sed and
the one from Phase 3 wasn't. Work around this by passing both through
sed.
------------------------------------------------------------------------

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