about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-08-30 19:48:16 +0300
committeronur-ozkan <work@onurozkan.dev>2024-09-08 17:51:54 +0300
commit9df7680ecf698bf7087616b595774ee1023d3c7b (patch)
tree5dcb19c22e99607bc89912402cfc9b82089487ba /compiler/rustc_mir_transform/src/coverage/mod.rs
parent7b18b3eb6d45efe45ecbe0b6043a1a93cef4a166 (diff)
downloadrust-9df7680ecf698bf7087616b595774ee1023d3c7b.tar.gz
rust-9df7680ecf698bf7087616b595774ee1023d3c7b.zip
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.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions