mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Use md5 dwarf hash, only if all files has it
Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
fb709ede02
commit
8c7a457753
@ -76,7 +76,7 @@ fn line_program_add_file(
|
||||
|
||||
let info = make_file_info(file.src_hash);
|
||||
|
||||
line_program.file_has_md5 = info.is_some();
|
||||
line_program.file_has_md5 &= info.is_some();
|
||||
line_program.add_file(file_name, dir_id, info)
|
||||
}
|
||||
// FIXME give more appropriate file names
|
||||
|
Loading…
Reference in New Issue
Block a user