1
Fork 0

Verify that query keys result in unique dep nodes

This commit is contained in:
John Kåre Alsaker 2024-03-09 09:29:16 +01:00
parent 1b427b3bf7
commit 55ba7a7c62
4 changed files with 56 additions and 2 deletions

View file

@ -1674,7 +1674,9 @@ options! {
"print high-level information about incremental reuse (or the lack thereof) \
(default: no)"),
incremental_verify_ich: bool = (false, parse_bool, [UNTRACKED],
"verify incr. comp. hashes of green query instances (default: no)"),
"verify extended properties for incr. comp. (default: no):
- hashes of green query instances
- hash collisions of query keys"),
inline_in_all_cgus: Option<bool> = (None, parse_opt_bool, [TRACKED],
"control whether `#[inline]` functions are in all CGUs"),
inline_llvm: bool = (true, parse_bool, [TRACKED],