[lld] [LLD][ELF] Fix SHF_MERGE misalignment when spilled (PR #119289)

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 11:24:25 PST 2024


================
@@ -310,17 +310,19 @@ SECTIONS {
 .byte 0x12, 0x34
 
 .section .b,"aM", at progbits,1
+.p2align 1
----------------
mysterymath wrote:

Done.

https://github.com/llvm/llvm-project/pull/119289


More information about the llvm-commits mailing list