[PATCH] D34689: [LLD][ELF] Pre-create ThunkSections at Target specific intervals

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 02:05:20 PDT 2017


peter.smith added a comment.

General ping for the remaining range thunks patches. Is there anything more I can do to progress these?

https://reviews.llvm.org/D34692 contains a large comment that explains the overall design.

- https://reviews.llvm.org/D34689 Pre-create ThunkSections at Target specific intervals (this one)
- https://reviews.llvm.org/D34691 Introduce range extension thunks for ARM
- https://reviews.llvm.org/D34692 Add support for multiple passes to createThunks()

There is also https://reviews.llvm.org/D35413, which is an optimization requested in https://reviews.llvm.org/D34692.


https://reviews.llvm.org/D34689





More information about the llvm-commits mailing list