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

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 13:52:12 PST 2020


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.

LGTM; thanks.



================
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
----------------
jasonliu wrote:
> hubert.reinterpretcast wrote:
> > Is there a plan to update the annotation output here?
> updated to address comment. 
Thanks.


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

https://reviews.llvm.org/D91455



More information about the llvm-commits mailing list