[PATCH] D139181: [lld][Alignment][NFC] Use Align instead of log2 of alignment in Wasm Sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 10:15:19 PST 2022
MaskRay added a comment.
Drive-by: `llvm::Align` probably won't improve lld/ELF. I've checked using p2align for `lld::elf::Symbol`, but I think it won't decrease the struct size and will likely lead to no less code size in most call sites.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139181/new/
https://reviews.llvm.org/D139181
More information about the llvm-commits
mailing list