Skip to content

Commit

Permalink
Unrolled build for rust-lang#135184
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#135184 - biabbas:reserve_18_aarch64, r=workingjubilee

Reserve x18 register for aarch64 wrs vxworks target

Fixes rust-lang#135166
r? ``@workingjubilee``

Regards,
B I Abbas
  • Loading branch information
rust-timer authored Jan 8, 2025
2 parents 1f81f90 + af15e04 commit b485c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub(crate) fn target() -> Target {
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32".into(),
arch: "aarch64".into(),
options: TargetOptions {
features: "+v8a".into(),
features: "+v8a,+reserve-x18".into(),
max_atomic_width: Some(128),
stack_probes: StackProbeType::Inline,
..base::vxworks::opts()
Expand Down

0 comments on commit b485c00

Please sign in to comment.