[PATCH] [ARM64-BE] Fix byte order of CIE and FDE frames for exception handling
James Molloy
james.molloy at arm.com
Tue May 13 03:55:04 PDT 2014
================
Comment at: lib/Target/ARM64/MCTargetDesc/ARM64AsmBackend.cpp:536
@@ +535,3 @@
+ if (!IsLittleEndian && Fixup.getKind() == FK_Data_4) {
+ const MCSection* Sec = Fixup.getValue()->FindAssociatedSection();
+ const MCSectionELF *SecELF = static_cast<const MCSectionELF*>(Sec);
----------------
Another nit: please put the * next to the variable.
http://reviews.llvm.org/D3741
More information about the llvm-commits
mailing list