[PATCH] D32202: [XRay][compiler-rt] Fix up CFI annotations and stack alignment

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 22:47:10 PDT 2017


eugenis requested changes to this revision.
eugenis added a comment.
This revision now requires changes to proceed.

FunctionEntry does not look right. It has the frame of 216 bytes (return address + rbp + 184), which is not a multiple of 16. The same with ArgLoggerEntry.


https://reviews.llvm.org/D32202





More information about the llvm-commits mailing list