[PATCH] D91455: [XCOFF][AIX] Generate LSDA data and compact unwind section on AIX

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 10:24:07 PST 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-exception.ll:108-109
+; ASM:  	.byte	255                             # @LPStart Encoding = omit
+; ASM32:	.byte	187                             # @TType Encoding = <unknown encoding>
+; ASM64:  .byte	188                             # @TType Encoding = <unknown encoding>
+; ASM:  	.uleb128 L..ttbase0-L..ttbaseref0
----------------
Is there a plan to update the annotation output here?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91455/new/

https://reviews.llvm.org/D91455



More information about the cfe-commits mailing list