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
..
src Fix emscripten-wasm-eh with unwind=abort 2025-01-13 23:34:06 +01:00
Cargo.toml Bump cc in the compiler 2025-01-03 11:51:13 +00:00
messages.ftl explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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