Skip to content

Commit b485c00

Browse files
authored
Unrolled build for rust-lang#135184
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
2 parents 1f81f90 + af15e04 commit b485c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/aarch64_wrs_vxworks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub(crate) fn target() -> Target {
1313
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(),
1414
arch: "aarch64".into(),
1515
options: TargetOptions {
16-
features: "+v8a".into(),
16+
features: "+v8a,+reserve-x18".into(),
1717
max_atomic_width: Some(128),
1818
stack_probes: StackProbeType::Inline,
1919
..base::vxworks::opts()

0 commit comments

Comments
 (0)