[PATCH] D79127: [XCOFF][AIX] Emit correct alignment for csect
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 08:33:05 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-readonly-with-relocation.ll:8
;CHECK: .comm a[RW],4,2
-;CHECK-NEXT: .csect .data[RW]
+;CHECK-NEXT: .csect .data[RW], 2
;CHECK-NEXT: .globl b
----------------
Should the style be consistent between `.csect` and `.comm` over the use of spaces after the comma?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79127/new/
https://reviews.llvm.org/D79127
More information about the llvm-commits
mailing list