[PATCH] D45574: Add PPC64_GLINK dynamic tag

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 14:17:07 PDT 2018


sfertile added inline comments.


================
Comment at: include/llvm/BinaryFormat/DynamicTags.def:178
                                                 // map, used for debugging.
+PPC64_DYNAMIC_TAG(PPC64_GLINK, 0x70000000) // Address of 32 bytes before the
+                                           // first glink lazy resolver stub.
----------------
arichardson wrote:
> I would add a newline and a `// PPC specific dynamic table entries` comment
Will do, thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D45574





More information about the llvm-commits mailing list