Auto merge of #12688 - lf-:jade/efi-pdbs, r=arlosi

fix: copy PDBs for EFI targets
This commit is contained in:
bors 2023-09-20 06:14:30 +00:00
commit 0134bb602c

View File

@ -465,7 +465,7 @@ impl TargetInfo {
// the names to match.
should_replace_hyphens: false,
})
} else if target_triple.ends_with("-msvc") {
} else if target_triple.ends_with("-msvc") || target_triple.ends_with("-uefi") {
ret.push(FileType {
suffix: ".pdb".to_string(),
prefix: prefix.clone(),