We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8090c1 commit 4698f90Copy full SHA for 4698f90
src/target/llvm.rs
@@ -59,8 +59,6 @@ pub(crate) fn guess_llvm_target_triple(
59
};
60
match (env, abi) {
61
("", "") => format!("{arch}-{vendor}-{os}"),
62
- (env, "") => format!("{arch}-{vendor}-{os}-{env}"),
63
- ("", abi) => format!("{arch}-{vendor}-{os}-{abi}"),
64
(env, abi) => format!("{arch}-{vendor}-{os}-{env}{abi}"),
65
}
66
0 commit comments