We did not report valid filename for duplicate symbol error when
symbol came from binary input file.
Patch fixes it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/ELF/duplicated-synthetic-sym.s | ||
---|---|---|
1–8 | Can you change the test? Linking an .s file as a binary file is confusing. Just create a temporary file by doing something like this RUN: echo abc > %t.bin and link that file. |
Can you change the test? Linking an .s file as a binary file is confusing. Just create a temporary file by doing something like this
and link that file.