[PATCH] D33234: [ELF] - Detemplate Thunk creation.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 04:06:27 PDT 2017


peter.smith added a comment.

As it stands no objections from me. I've got some changes that I'd like to make in this area for range extension thunks, I'm expecting to be able to rewrite them to take out the template parameter but I'd be grateful if you could take a quick look at https://reviews.llvm.org/D31662, to see if there is anything obvious there that would need the template parameter. The range thunks patches are currently out of date and will need rebasing but I think the general approach will remain the same.

Having said that I'm not making fast progress with the range thunk patches so it may be some time before I get to the patch that needs to put the template parameter back in and it will simplify the implementation in the mean time.


https://reviews.llvm.org/D33234





More information about the llvm-commits mailing list