mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 11:35:21 +03:00
9a8f0a8cb0
CloudABI uses LLVM's libunwind for stack unwinding. There was a small bug that went by unnoticed, namely that it was not built with -fno-rtti. This caused it to (indirectly) depend on the entire C++ runtime. Now that that issue has been resolved, it is also perfectly fine to make use of this library for programming languages other than C++.