[PATCH] D110660: [WIP][AsmParser] handle .align 0 per MCAsmInfo
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 28 14:39:55 PDT 2021
nickdesaulniers planned changes to this revision.
nickdesaulniers added a comment.
Hey @peter.smith , I'm not sure if you have cycles to look at this, but I could use some help. I've been trying to understand why the fragments created seem to have an offset of zero (I suspect the offset should be 2B into the function?) but I don't quite understand the fragment layout process very well. The added test case is failing on the `Size:` check; GAS passes this test.
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