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

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 13:34:32 PST 2020


jasonliu marked 2 inline comments as done.
jasonliu 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
----------------
hubert.reinterpretcast wrote:
> Is there a plan to update the annotation output here?
updated to address comment. 


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

https://reviews.llvm.org/D91455



More information about the llvm-commits mailing list