[PATCH] D36749: [LLD][ELF][AArch64] Complete implementation of -fix-cortex-a53-843419
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 03:15:59 PST 2017
peter.smith updated this revision to Diff 126112.
peter.smith added a comment.
Updated patch to remove the assumption that a single .text section is less than 128Mb, and added test case to cover. The change just inserts patches at roughly branch range intervals rather than always putting them at the end.
https://reviews.llvm.org/D36749
Files:
ELF/AArch64ErrataFix.cpp
ELF/AArch64ErrataFix.h
ELF/Writer.cpp
test/ELF/aarch64-cortex-a53-843419-address.s
test/ELF/aarch64-cortex-a53-843419-large.s
test/ELF/aarch64-cortex-a53-843419-recognize.s
test/ELF/aarch64-cortex-a53-843419-thunk.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36749.126112.patch
Type: text/x-patch
Size: 51173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171208/1536335e/attachment.bin>
More information about the llvm-commits
mailing list