[PATCH] D71520: [ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 15 21:42:39 PST 2019


ruiu added inline comments.


================
Comment at: lld/ELF/SyntheticSections.cpp:2453
     name = ".glink";
+    alignment = 4;
   }
----------------
Could you add a comment explaining why PPC is special?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71520





More information about the llvm-commits mailing list