ARMEB: Fix byte order of EH frame unwinding instructions, with modified test file
authorChristian Pirker <cpirker@a-bix.com>
Tue, 13 May 2014 16:44:30 +0000 (16:44 +0000)
committerChristian Pirker <cpirker@a-bix.com>
Tue, 13 May 2014 16:44:30 +0000 (16:44 +0000)
commitdd255b3be7956e2000eb976878997018b92a7c9e
tree4be3782bb29d54196d855740325eec1555ef04f3
parent289a85cd7100fe8575973ec3889335c061cf9710
ARMEB: Fix byte order of EH frame unwinding instructions, with modified test file

This commit was already commited as revision rL208689 and discussd in
phabricator revision D3704.
But the test file was crashing on OS X and windows.

I fixed the test file in the same way as in rL208340.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208711 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
test/CodeGen/ARM/big-endian-eh-unwind.ll [new file with mode: 0644]