rust/compiler/rustc_llvm
Josh Stone 0ade5a11f5 Register LLVM handlers for bad-alloc / OOM
LLVM's default bad-alloc handler may throw if exceptions are enabled,
and `operator new` isn't hooked at all by default. Now we register our
own handler that prints a message similar to fatal errors, then aborts.
We also call the function that registers the C++ `std::new_handler`.
2024-03-15 15:49:06 -07:00
..
llvm-wrapper Register LLVM handlers for bad-alloc / OOM 2024-03-15 15:49:06 -07:00
src Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
build.rs Use new check-cfg syntax in rustc_llvm build script 2023-12-05 13:25:11 +01:00
Cargo.toml Add arm64ec-pc-windows-msvc target 2024-03-06 17:49:37 -08:00