[PATCH] D16064: Write AArch64 big endian data fixup entries as BE.

Keith Walker via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 07:15:47 PST 2016


keith.walker.arm created this revision.
keith.walker.arm added reviewers: t.p.northover, rengolin, cpirker, llvm-commits.
Herald added subscribers: rengolin, aemerson.

There was support for writing the AArch64 big endian data fixup entries in
the .eh_frame section in BE.    This is changed to write all such fixup
entries in BE with no restriction on the section.  This is similar to
the existing support for fixup entries for ARM.

A test is added to check the length field in the .debug_line section as
this is an example of where such a fixup occurs.


http://reviews.llvm.org/D16064

Files:
  lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  test/DebugInfo/AArch64/line-header.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16064.44497.patch
Type: text/x-patch
Size: 6550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160111/dd2e1ef2/attachment.bin>


More information about the llvm-commits mailing list