[PATCH] D139205: [lld][Alignment] Use Align in ELF Sections

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 08:48:38 PST 2022


gchatelet added inline comments.


================
Comment at: lld/ELF/InputSection.h:74
   uint64_t flags;
-  uint32_t addralign;
+  llvm::Align addralign;
   uint32_t entsize;
----------------
arichardson wrote:
> Moving it after partition should allow it to fit into padding bytes
I moved the field around but it didn't improve the situation
https://godbolt.org/z/vYchbnME5


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139205



More information about the llvm-commits mailing list