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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to