[PATCH] D152831: [AArch64][MachO] Drop a 2015 ld64 workaround avoiding local relocations

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


MaskRay added a subscriber: ilammy.
MaskRay added a comment.

@ilammy This patch will fix the `.quad   Lxray_sleds_end1` (`error: unsupported relocation of local symbol 'Lxray_sleds_end1'. Must have non-local symbol earlier in section.`) issue for arm64-apple-darwin XRay.
Though D152661 <https://reviews.llvm.org/D152661> (PC-relative entries) will avoid this construct in the first place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152831



More information about the llvm-commits mailing list