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

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 23:56:53 PDT 2017


kpw added inline comments.


================
Comment at: compiler-rt/trunk/lib/xray/xray_trampoline_x86_64.S:66-68
 	.cfi_startproc
 	pushq %rbp
 	.cfi_def_cfa_offset 16
----------------
Does Martin's comment explain this? Quadwords are 8 bytes on x86. Why is the offset 16 bytes here?


Repository:
  rL LLVM

https://reviews.llvm.org/D32202





More information about the llvm-commits mailing list