remap-cwd-prefix
This commit is contained in:
parent
69c4aa2901
commit
ce35f8ec56
5 changed files with 70 additions and 3 deletions
|
@ -753,6 +753,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
tracked!(profiler_runtime, "abc".to_string());
|
||||
tracked!(relax_elf_relocations, Some(true));
|
||||
tracked!(relro_level, Some(RelroLevel::Full));
|
||||
tracked!(remap_cwd_prefix, Some(PathBuf::from("abc")));
|
||||
tracked!(simulate_remapped_rust_src_base, Some(PathBuf::from("/rustc/abc")));
|
||||
tracked!(report_delayed_bugs, true);
|
||||
tracked!(sanitizer, SanitizerSet::ADDRESS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue