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

@ -795,7 +795,6 @@ fn test_unstable_options_tracking_hash() {
tracked!(function_sections, Some(false));
tracked!(human_readable_cgu_names, true);
tracked!(incremental_ignore_spans, true);
tracked!(inline_in_all_cgus, Some(true));
tracked!(inline_mir, Some(true));
tracked!(inline_mir_hint_threshold, Some(123));
tracked!(inline_mir_threshold, Some(123));