We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3694a6b commit d9842a2Copy full SHA for d9842a2
1 file changed
compiler/rustc_target/src/spec/targets/aarch64_apple_watchos.rs
@@ -4,7 +4,7 @@ use crate::spec::{Target, TargetOptions};
4
pub fn target() -> Target {
5
let base = opts("watchos", Arch::Arm64);
6
Target {
7
- llvm_target: "aarch-apple-watchos".into(),
+ llvm_target: "aarch64-apple-watchos".into(),
8
pointer_width: 64,
9
data_layout: "e-m:o-i64:64-i128:128-n32:64-S128".into(),
10
arch: "aarch64".into(),
0 commit comments