Include the archive name as well as the member name when an error
is encountered parsing bitcode archives.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/wasm/lto/incompatible.ll | ||
---|---|---|
12 | so this has to be a wildcard {{.*}}.a and can't be something like %t.a? I guess because there's no way to get the basename? Also: should there be a space between the .a and the (? |
lld/test/wasm/lto/incompatible.ll | ||
---|---|---|
12 | I'll try just %t.a. No space between archive name and open paren, no. |
lld/test/wasm/lto/incompatible.ll | ||
---|---|---|
12 | Actually you can't use %t in check pattern.. would need to pass extra args to FileCheck. I'm inclined to leave this as is.. since it fits with the existing tests and covers what we really care about here. |
so this has to be a wildcard {{.*}}.a and can't be something like %t.a? I guess because there's no way to get the basename?
Also: should there be a space between the .a and the (?