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
- Repository
- rL LLVM
Event Timeline
test/ELF/duplicated-synthetic-sym.s | ||
---|---|---|
1–7 ↗ | (On Diff #131761) | 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. |