1
Fork 0

Remove -Zinline-in-all-cgus and clean up CGU partitioning tests

This commit is contained in:
Ben Kimock 2024-12-05 12:51:19 -05:00
parent ed43cbcb88
commit bf9df97660
34 changed files with 187 additions and 367 deletions

View file

@ -1870,8 +1870,6 @@ options! {
"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],
"enable LLVM inlining (default: yes)"),
inline_mir: Option<bool> = (None, parse_opt_bool, [TRACKED],