================
@@ -310,17 +310,19 @@ SECTIONS {
.byte 0x12, 0x34
.section .b,"aM", at progbits,1
+.p2align 1
----------------
MaskRay wrote:
An alignment of 2 works, but a larger alignment makes the effect clearer.
https://github.com/llvm/llvm-project/pull/119289