D30229 changes the defaults based on section names to match the GAS behavior, which breaks some of the tests that rely on the old defaults.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
test/ELF/merge-reloc.s | ||
---|---|---|
71 ↗ | (On Diff #91813) | LLD does not accept writable mergeable sections (*). Even though this test does not depend on that limitation (because you are passing the -r option), it doesn't make much sense to pass an object file that is considered invalid by LLD. You want to change this to .rodata instead to keep the original intention of this test. |