diff options
| author | Andrew Zhogin <andrew.zhogin@gmail.com> | 2024-09-24 16:35:00 +0700 |
|---|---|---|
| committer | Andrew Zhogin <andrew.zhogin@gmail.com> | 2024-12-02 01:14:40 +0700 |
| commit | 9aab517d6310223ac5a89c640723a64b695d49d2 (patch) | |
| tree | e91d610742fbd94d5bd463f60159e919d6e37a07 /compiler/rustc_interface/src | |
| parent | f005c7437def424a1c43cbc380352a58d8ac920b (diff) | |
| download | rust-9aab517d6310223ac5a89c640723a64b695d49d2.tar.gz rust-9aab517d6310223ac5a89c640723a64b695d49d2.zip | |
rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 6beae14100d..3e74a014093 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -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"))); |
