[PATCH] D23988: [compiler-rt][XRay] Support tail call sleds

Serge Rogatch via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 08:47:47 PDT 2016


rSerge added a comment.

So in this implementation the handler doesn't receive `XRayEntryType::TAIL` type of event, but instead receives `XRayEntryType::EXIT`, right? Is it also intended for now?


https://reviews.llvm.org/D23988





More information about the llvm-commits mailing list