[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
Mon Dec 19 11:42:03 PST 2022
MaskRay added a comment.
Thanks! I think @sbc100 will decide. From my look of these call sites, the number of `Log2` call sites make me feel that `llvm::Align` is probably not a good fit for lld/wasm as well.
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