[PATCH] D110660: [AsmParser] handle .align 0 per MCAsmInfo
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 11:04:13 PDT 2021
nickdesaulniers added a comment.
I don't disagree. It looks like the 32b ARM linux kernel is using `.align 0` by default for all symbol descriptions; I think changing it to `.align 2` (to match aarch64) would be NFC for GAS and fix the underlying THUMB2 related boot failure for clang. Let me submit such a patch on the kernel side for comment+review. Thanks for the feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110660/new/
https://reviews.llvm.org/D110660
More information about the llvm-commits
mailing list