rust/compiler/rustc_codegen_ssa
Hood Chatham 4d0a838001 Fix emscripten-wasm-eh with unwind=abort
If we build the standard library with wasm-eh then we need to link
with `-fwasm-exceptions` even if we compile with `panic=abort`
Without this change, linking a `panic=abort` crate fails with:
`undefined symbol: __cpp_exception`.

Followup to #131830.
2025-01-13 23:34:06 +01:00
..
2025-01-03 11:51:13 +00:00

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