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

Keith Walker via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 03:07:19 PST 2016


keith.walker.arm added a comment.

In http://reviews.llvm.org/D16064#327293, @rafael wrote:

> This fixes PR23020?


Unfortunately not.    This issue fixes processing fixups in sections other than .eh_frame (such as the .debug_line section).   PR23020 is about actually creating required fixup entries in .eh_frame.


http://reviews.llvm.org/D16064





More information about the llvm-commits mailing list