about summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-07-13 12:19:23 +0200
committerGitHub <noreply@github.com>2023-07-13 12:19:23 +0200
commitfc72c0fe8fa18694563ff283fafaa18d18de4959 (patch)
tree616d84b5d7a45de7b984a36410942e2e569d3729 /src/librustdoc/scrape_examples.rs
parenta6fed6a0ca038e32871a1d9a770e2a58daa7d1ee (diff)
parent7dc049c378743a9e60dccf47143df9c0052bfe2b (diff)
downloadrust-fc72c0fe8fa18694563ff283fafaa18d18de4959.tar.gz
rust-fc72c0fe8fa18694563ff283fafaa18d18de4959.zip
Rollup merge of #113603 - workingjubilee:test-for-98016, r=oli-obk
Test simd-wide-sum for codegen error

This adds the necessary test infrastructure to "build-pass" codegen tests, for the purpose of doing that for a single revision of a codegen test. When mir-opts are tested, the output may vary from the usual, and maybe for positive reasons... but we don't necessarily want to output such bad LLVMIR that LLVM starts crashing on it.

Currently when enabling MIR opts at higher levels this LLVMIR is still emitted, but it was previously disabled for getting in mir-opt's way and as this new revision without `// [mir-opt3]build-pass` would make it more likely to, I would like to not see the testing for the actual results regress again just because it was bundled with an ICE check as well.

This fixes https://github.com/rust-lang/rust/issues/98016
Diffstat (limited to 'src/librustdoc/scrape_examples.rs')
0 files changed, 0 insertions, 0 deletions