[PATCH] D26413: [XRay] Support AArch64 in compiler-rt
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 19:07:21 PST 2016
dberris requested changes to this revision.
dberris added a comment.
This revision now requires changes to proceed.
Thanks for doing this @rSerge! Do you have a plan for supporting tail-exit sleds either now or at a later time?
I ask because the x86_64 code has already started differentiating tail-exit sleds by having its own trampoline. Maybe this distinction isn't necessary in ARM, but was wondering whether there was something that needed to be done here.
https://reviews.llvm.org/D26413
More information about the llvm-commits
mailing list