Files
rust/library/unwind
Hood Chatham 1cd345b22b For panic=unwind on Wasm targets, define __cpp_exception tag
Since llvm/llvm-project 159143, llvm no longer weak links the __cpp_exception tag into
each object that uses it. They are now defined in compiler-rt. Rust doesn't seem to
get them from compiler-rt so llvm decides they need to be imported. This adds them to
libunwind.
2026-02-19 11:36:56 +01:00
..