[PATCH] D102139: [lld/mac] Fix alignment on subsections

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 9 16:56:04 PDT 2021


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

Nice catch!



================
Comment at: lld/test/MachO/weak-definition-gc.s:66
+# ALIGN:      Contents of section __DATA_CONST,__const:
+# ALIGN-NEXT: {{0*}}[[#ADDR]]      11111111 33333333 22222222 00000000  ....3333""""....
+# ALIGN-NEXT: {{0*}}[[#ADDR+0x10]] 81818181 81818181 82828282 82828282  ................
----------------
nit: the "....3333""""...." doesn't seem very useful to include


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

https://reviews.llvm.org/D102139



More information about the llvm-commits mailing list