[PATCH] D83252: [XCOFF] Enable symbol alias for AIX
Digger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 11:09:46 PDT 2020
DiggerLin added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-alias.ll:49
+; ASM-NEXT: .foo_f:
+; ASM-NEXT: .bar_f:
+; ASM: .csect .text[PR]
----------------
for the convenient of review . I suggest that adding two line
;ASM-NEXT: # %bb.0:
;ASM-NEXT: li 3, 0
and the reviewer will know the
.bar_f and .foo_f pointer to different position with following .test: (all two more CHECK line for .test below)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83252/new/
https://reviews.llvm.org/D83252
More information about the llvm-commits
mailing list