diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-11 03:02:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 03:02:40 +0100 |
| commit | b6ef8b6d94ea1722c745b1046bb74ceacbcf8dde (patch) | |
| tree | e734df098b8058262461770db47981162198a203 /tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | 0f2d12ebc14f73c84cea242fecdcfc79242e4125 (diff) | |
| parent | c9276ea042bda9f11e4ca26428d57ea3701f7bc0 (diff) | |
| download | rust-b6ef8b6d94ea1722c745b1046bb74ceacbcf8dde.tar.gz rust-b6ef8b6d94ea1722c745b1046bb74ceacbcf8dde.zip | |
Rollup merge of #119637 - aoli-al:master, r=cuviper
Pass LLVM error message back to pass wrapper. When rustc fails to load a plugin, it should provide more detailed error message. Before this PR, rustc prints: ``` error: failed to run LLVM passes: Failed to load pass pluginPLUGIN_NAME.so ``` This PR passes LLVM errors back to rustc. After this PR, rustc prints: ``` error: failed to run LLVM passes: Could not load library 'PLUGIN_NAME.so': PLUGIN_NAME.so: undefined symbol: _ZN4llvm9DebugFlagE ``` This PR only contains usability improvements and does not change any functionality. Thus, no new unit test is implemented.
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
