rust/compiler/rustc_codegen_ssa
Alex Crichton 400e75494a rustc: Don't pass -fuse-ld=lld on wasm targets
This argument isn't necessary for WebAssembly targets since `wasm-ld` is
the only linker for the targets. Passing it otherwise interferes with
Clang's linker selection on `wasm32-wasip2` so avoid it altogether.
2024-05-03 19:47:15 -07:00
..
2024-04-09 17:45:02 +00:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.