[PATCH] D80831: [XCOFF][AIX] Use 'L..' instead of 'L' for PrivateGlobalPrefix

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 07:08:50 PDT 2020


jasonliu marked an inline comment as done.
jasonliu added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll:181
 ; 64LARGE-ASM:      .align  2
 ; 64LARGE-ASM: .LJTI0_0:
+; 64LARGE-ASM:      .long   L..BB0_2-.LJTI0_0
----------------
hubert.reinterpretcast wrote:
> Maybe as a separate patch, should we update the test cases to use a different "mangling mode" with a matching private global prefix?
Yes, we should make it consistent in a separate patch.


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

https://reviews.llvm.org/D80831





More information about the llvm-commits mailing list