about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example/subslice-patterns-const-eval.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-09 06:59:43 +0000
committerbors <bors@rust-lang.org>2024-09-09 06:59:43 +0000
commit263a3aeeb8f2d0e9cc85eee61774d1f5f23dc3f5 (patch)
treebd6c4da524cd03cb6d1c7d44236cc4201a97a064 /compiler/rustc_codegen_cranelift/example/subslice-patterns-const-eval.rs
parent085744b7ad8b227239bcee0a44cd78dcd0310ab9 (diff)
parent7b8cbe4f1ca1d870b2bb2196d8c3a4bc2a978f55 (diff)
downloadrust-263a3aeeb8f2d0e9cc85eee61774d1f5f23dc3f5.tar.gz
rust-263a3aeeb8f2d0e9cc85eee61774d1f5f23dc3f5.zip
Auto merge of #129788 - onur-ozkan:incompatibility-check-for-llvm, r=Kobzol
detect incompatible CI LLVM options more precisely

Previously, the logic here was simply checking whether the option was set in `config.toml`. This approach was not manageable in our CI runners as we set so many options in config.toml. In reality, those values are not incompatible since they are usually the same value used to generate the CI llvm. Now, the new logic compares the configuration values with the values used to generate the CI llvm, so we get more precise results and make the process more manageable.

Fixes #129153
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/subslice-patterns-const-eval.rs')
0 files changed, 0 insertions, 0 deletions