[PATCH] D145850: [AsmPrinter] Use linker-private symbols in xray_instr_map

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 17:00:18 PDT 2023


MaskRay added a comment.

In D145850#4412388 <https://reviews.llvm.org/D145850#4412388>, @MaskRay wrote:

> `xray_fn_idx` entries should use PC-relative relocations as well, but I never get around to fix it. I wonder whether the change may make this patch unneeded or we are going to find other Mach-O relocation related issues.

Created D152661 <https://reviews.llvm.org/D152661>. I wonder whether it bypasses some ld64 limitations.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145850/new/

https://reviews.llvm.org/D145850



More information about the llvm-commits mailing list