Show the name of of the archive in the error message as well as the name
of the object within it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/wasm/bad-archive-member.s | ||
---|---|---|
2 | Why does this need x86? It's a little odd that we are building an x86 object and then linking with wasm-ld? |
lld/test/wasm/bad-archive-member.s | ||
---|---|---|
2 | Because that is the precise error condition we want to check for here. We need to create a llvm-ar archive with a valid index, but whose objects are no valid under wasm. |
lld/test/wasm/bad-archive-member.s | ||
---|---|---|
2 | oh right, yeah makes sense. |
Why does this need x86? It's a little odd that we are building an x86 object and then linking with wasm-ld?