[PATCH] D39114: [XRay][darwin] Initial XRay in Darwin Support

Kuba (Brecka) Mracek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 21:56:20 PST 2017


kubamracek added inline comments.


================
Comment at: compiler-rt/trunk/lib/xray/xray_trampoline_x86_64.S:75
 
-	.globl __xray_FunctionEntry
+	.globl ASM_TSAN_SYMBOL(__xray_FunctionEntry)
 	.align 16, 0x90
----------------
Since we want to use `ASM_TSAN_SYMBOL` outside of TSan, can we rename it to just `ASM_SYMBOL` (or something like that)?


Repository:
  rL LLVM

https://reviews.llvm.org/D39114





More information about the cfe-commits mailing list