rust/compiler
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
..
2022-11-23 13:06:27 -08:00
2022-11-23 13:06:27 -08:00
2022-11-22 23:12:26 +01:00
2022-11-21 15:24:51 +01:00