[PATCH] D95518: [Debug-Info][XCOFF] support dwarf for XCOFF for assembly output
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 1 10:03:50 PST 2021
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/DebugInfo/XCOFF/empty.ll:75-77
+; ASM32-NEXT: L..func_end0:
+; ASM32-NEXT: # -- End function
+; ASM32-NEXT: L..sec_end0:
----------------
shchenz wrote:
> hubert.reinterpretcast wrote:
> > See comment about the size of the traceback table and the resulting alignment consequences.
> Can you help to point out which comments? Do you mean we will have a functionality issue if we don't align the text section?
I just meant that https://reviews.llvm.org/D95518?id=326625#inline-915279 applies here too. I'm not aware of a functionality issue with this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95518/new/
https://reviews.llvm.org/D95518
More information about the llvm-commits
mailing list