[lld] [lld][WebAssembly] Match the ELF linker in transitioning away from archive indexes. (PR #78658)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 10:41:34 PST 2024
sbc100 wrote:
If rust is currently just hiding these warning when ELF linking then I think it seems reasonable to also just hide them for wasm too. So the solution here seems like it should be to remove `--fatal-warnings` from the rust toolchain?
Can somebody who uses rust confirm that adding `-Wl,--fatal-warnings` in a normal ELF build will cause it to fail in this way too? (Is is easy to add link flags in rust to try this out?)
https://github.com/llvm/llvm-project/pull/78658
More information about the llvm-commits
mailing list