1
Fork 0

remap-cwd-prefix

This commit is contained in:
danakj 2021-07-22 14:52:45 -04:00
parent 69c4aa2901
commit ce35f8ec56
5 changed files with 70 additions and 3 deletions

View file

@ -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);