[PATCH] D22572: Create thunks before regular relocation scan
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 09:36:04 PDT 2016
peter.smith added a subscriber: peter.smith.
peter.smith added a comment.
Looks good to me too. I think splitting out thunk creation is the right thing to do.
Range extension thunks are likely to need some changes in order as the generation of any content by scanRelocations could in theory affect the decision on whether a range extension thunk is needed. However that is best resolved at the time range extension thunks are implemented.
https://reviews.llvm.org/D22572
More information about the llvm-commits
mailing list