[PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 11:19:34 PST 2016
ruiu added a comment.
I'm still reading this patch, but does it work for all cases? When you want to create a thunk for a short-range jump instruction, you want to locate that thunk within the range of the instruction. Output sections can be large. Putting thunks at end of each output section will work?
Repository:
rL LLVM
http://reviews.llvm.org/D17934
More information about the llvm-commits
mailing list