Skip to content

Commit

Permalink
Fix name error in aarch64_apple_watchos tier 3 target
Browse files Browse the repository at this point in the history
  • Loading branch information
leohowell committed Dec 21, 2023
1 parent 3694a6b commit d9842a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ use crate::spec::{Target, TargetOptions};
pub fn target() -> Target {
let base = opts("watchos", Arch::Arm64);
Target {
llvm_target: "aarch-apple-watchos".into(),
llvm_target: "aarch64-apple-watchos".into(),
pointer_width: 64,
data_layout: "e-m:o-i64:64-i128:128-n32:64-S128".into(),
arch: "aarch64".into(),
Expand Down

0 comments on commit d9842a2

Please sign in to comment.