[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
Wed Jul 8 15:17:00 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM. Hope @sfertile can confirm.



================
Comment at: lld/test/ELF/ppc64-pcrel-call-to-pcrel.s:60
+  .localentry caller1, 1
+  # nop is not needed after bl for R_PPC64_REL24_NOTOC
+  bl callee1_stother0_default at notoc
----------------
We use `## ` for comments.


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