about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2025-01-13 20:08:52 +0100
committerHood Chatham <roberthoodchatham@gmail.com>2025-01-13 23:34:06 +0100
commit4d0a83800138be8e8515d200e58d32ec02351f11 (patch)
tree9f84aa4eed82aa6eaeb2fcdcb2545c3158a8f4fc /compiler/rustc_codegen_llvm/src/errors.rs
parent7a202a9056ea19058a2a4b1b4f508f7f4ec3a0f6 (diff)
downloadrust-4d0a83800138be8e8515d200e58d32ec02351f11.tar.gz
rust-4d0a83800138be8e8515d200e58d32ec02351f11.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions