[PATCH] D51089: [LLD] [COFF] Add support for creating range extension thunks for ARM

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 06:48:45 PDT 2018


peter.smith added a comment.

The algorithm looks good to me. For ELF I preferred to give the Thunk a name related to the destination as it makes it a bit easier to follow disassembled binaries, but it is not essential.


https://reviews.llvm.org/D51089





More information about the llvm-commits mailing list