[PATCH] D82816: [LLD][PowerPC] Implement R_PPC64_REL24_NOTOC calls, callee also has no TOC

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 6 22:57:45 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/ppc64-pcrel-call-to-pcrel.s:153
+.section .text_extern_stother0, "ax", %progbits
+caller3:
+  .localentry caller3, 1
----------------
ppc64-pcrel-call-to-pcrel-callee-hidden.s changes the symbol bindings to STB_GLOBAL.
Do these symbols need `.globl`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82816





More information about the llvm-commits mailing list