We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e17ed commit a8090c1Copy full SHA for a8090c1
src/target/llvm.rs
@@ -49,7 +49,7 @@ pub(crate) fn guess_llvm_target_triple(
49
};
50
let env = match env {
51
"newlib" | "nto70" | "nto71" | "ohos" | "p1" | "p2" | "relibc" | "sgx" | "uclibc" => "",
52
- abi => abi,
+ env => env,
53
54
let abi = match abi {
55
"sim" => "simulator",
0 commit comments