Skip to content

Commit 1929b4e

Browse files
authored
Add support for xray in aarch64 unknown none target
1 parent 843f8ce commit 1929b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub(crate) fn target() -> Target {
2727
max_atomic_width: Some(128),
2828
stack_probes: StackProbeType::Inline,
2929
panic_strategy: PanicStrategy::Abort,
30+
supports_xray: true,
3031
..Default::default()
3132
};
3233
Target {

0 commit comments

Comments
 (0)