Add -Zfixed-x18
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
This commit is contained in:
parent
79734f1db8
commit
40f0172c6a
5 changed files with 62 additions and 0 deletions
|
@ -773,6 +773,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(emit_thin_lto, false);
|
||||
tracked!(export_executable_symbols, true);
|
||||
tracked!(fewer_names, Some(true));
|
||||
tracked!(fixed_x18, true);
|
||||
tracked!(flatten_format_args, false);
|
||||
tracked!(force_unstable_if_unmarked, true);
|
||||
tracked!(fuel, Some(("abc".to_string(), 99)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue