test-release.sh: Run both .o files through sed before comparing them
authorHans Wennborg <hans@hanshq.net>
Wed, 15 Jul 2015 22:18:25 +0000 (22:18 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 15 Jul 2015 22:18:25 +0000 (22:18 +0000)
commitdb210912ad9f1feafdd788a9116429990865b1e7
treecad86a0f833021d179f1bdcded5a3e782bf23eba
parent2aa5727755c86b61a5f985ea21b09d2cb2f25aa6
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/trunk@242341 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh