Handles global strings in merge string sections. With this patch, helloworld on x86_64/hexagon.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good with the changes.
lib/ReaderWriter/ELF/File.h | ||
---|---|---|
417–418 | Why are we treating them as defined? So they don't get merged away? This comment should explain why. | |
lib/ReaderWriter/ELF/TargetHandler.h | ||
71 | They are always referred to as relocations in ELF. | |
test/elf/mergeglobalatoms.objtxt | ||
1 | This file should be named .test, not .objtxt. |
Why are we treating them as defined? So they don't get merged away? This comment should explain why.