[PATCH] D92766: [XCOFF][AIX] Emit EH information in traceback table
David Majnemer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 10:56:51 PST 2020
majnemer added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-exception.ll:119
+; ASM: .vbyte 2, 0x000d # Function name len = 13
+; ASM: .byte '_,'Z,'9,'c,'a,'t,'c,'h,'F,'u,'n,'c,'v # Function Name
+; ASM: .byte 0x08 # ExtensionTableFlag = TB_EH_INFO
----------------
Is this right? I'd expect '_', 'Z', '9',...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92766/new/
https://reviews.llvm.org/D92766
More information about the llvm-commits
mailing list