https://llvm.org/bugs/show_bug.cgi?id=30355
Bug ID: 30355 Summary: strings not merged when linker script used Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: ELF Assignee: unassignedb...@nondot.org Reporter: rafael.espind...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Given .section foo,"aMS",@progbits,1 .asciz "abc123" and SECTIONS { bar : { *(foo) } } lld will fail to merge the strings if the input file is included multiple times. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs