Hi all,
This patch outputs the unwinding instructions in section "ARM.extab" in endian aware order.
Please review.
Thanks,
Christian
Paths
| Differential D3704
ARMEB: Fix byte order of EH frame unwinding instructions ClosedPublic Authored by cpirker on May 9 2014, 8:58 AM.
Details
Summary Hi all, This patch outputs the unwinding instructions in section "ARM.extab" in endian aware order. Thanks,
Diff Detail Event Timelinecpirker updated this object. jmolloy edited edge metadata. Comment ActionsHi Christian, I have some style nitpicks, but I'm happy for you to commit once those are fixed. Cheers, James
This revision is now accepted and ready to land.May 13 2014, 3:56 AM cpirker edited edge metadata. Comment ActionsHi James, I updated the patch in respect to your comments. Thanks,
Revision Contents
Diff 9343 lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
test/CodeGen/ARM/big-endian-eh-unwind.ll
|
Style nitpicks: Spaces between operators and operands (x%4 -> x % 4, i+=4 -> i += 4), upper case I for loop induction variable.