This removes one more binary from the inputs.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Could you look, Rui? This one is trivial, and I posted this because of D59082, which was accepted.
test/ELF/invalid/data-encoding.test | ||
---|---|---|
13 | I do not remember right now, sorry. I'll recheck tomorrow. |
test/ELF/invalid/data-encoding.test | ||
---|---|---|
13 | If the object file is not passed => ld.lld: error: target emulation unknown: -m or at least one .o file required. --whole-archive can be used. |
Comment Actions
- Addressed review comments.
test/ELF/invalid/data-encoding.test | ||
---|---|---|
13 | Right. I used --whole-archive, thanks! |
Please add the ".o" extension to an object file.