rust/compiler/rustc_llvm
Matthias Krüger 1e0df8827b
Rollup merge of #104517 - dfordivam:patch-1, r=cuviper
Throw error on failure in loading llvm-plugin

The following code silently ignores the error as the `LLVMRustSetLastError` only tracks one error at a time. At all other places where `LLVMRustSetLastError` is used the code immediately returns.

251831ece9/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp (L801-L804)
2022-11-24 08:42:33 +01:00
..
llvm-wrapper Rollup merge of #104517 - dfordivam:patch-1, r=cuviper 2022-11-24 08:42:33 +01:00
src Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
build.rs Upgrade dist-x86_64-netbsd to NetBSD 9.0 2022-10-28 18:49:48 -07:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00