1
Fork 0

rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)

This commit is contained in:
Andrew Zhogin 2024-09-24 16:35:00 +07:00
parent f005c7437d
commit 9aab517d63
15 changed files with 279 additions and 4 deletions

View file

@ -831,6 +831,7 @@ fn test_unstable_options_tracking_hash() {
tracked!(precise_enum_drop_elaboration, false);
tracked!(profile_sample_use, Some(PathBuf::from("abc")));
tracked!(profiler_runtime, "abc".to_string());
tracked!(reg_struct_return, true);
tracked!(regparm, Some(3));
tracked!(relax_elf_relocations, Some(true));
tracked!(remap_cwd_prefix, Some(PathBuf::from("abc")));