[PATCH] D16064: Write AArch64 big endian data fixup entries as BE.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 13:28:56 PST 2016
This fixes PR23020?
On 11 January 2016 at 10:15, Keith Walker via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list