Since BSD cmp(1) does not support the --ignore-initial option, use the
authorDimitry Andric <dimitry@andric.com>
Mon, 20 Jul 2015 22:07:27 +0000 (22:07 +0000)
committerDimitry Andric <dimitry@andric.com>
Mon, 20 Jul 2015 22:07:27 +0000 (22:07 +0000)
commit186b3e7e9e1ecb9e90a7e59487266108a16fda03
tree3ae21ddcfd4dde374768097ee6827073ad2c08ca
parentaebc086781ed664048e1bc369b256684c227a506
Since BSD cmp(1) does not support the --ignore-initial option, use the
more portable 3rd and 4th arguments to skip the first 16 bytes during
the comparison of Phase2 and Phase3 objects.

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