[PATCH] D152661: [XRay] Make xray_fn_idx entries PC-relative

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 20 22:39:14 PDT 2023


MaskRay added a comment.

Tested on aarch64-linux-gnu and powerpc64le-linux-gnu.

I'll use `createLinkerPrivateSymbol` instead of `createLinkerPrivateTempSymbol` since the symbol is not considered `IsTemporary` by MC...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152661



More information about the cfe-commits mailing list