Skip to content

Commit ae8b999

Browse files
committed
Skip the gcc backend: no support for hexagon
1 parent 8294693 commit ae8b999

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/ui/asm/hexagon-register-pairs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ add-core-stubs
22
//@ compile-flags: --target hexagon-unknown-linux-musl -C target-feature=+hvx-length128b
33
//@ needs-llvm-components: hexagon
4+
//@ ignore-backends: gcc
45

56
#![feature(no_core, asm_experimental_arch)]
67
#![crate_type = "lib"]

tests/ui/asm/hexagon-register-pairs.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: avoid using named labels in inline assembly
2-
--> $DIR/hexagon-register-pairs.rs:29:15
2+
--> $DIR/hexagon-register-pairs.rs:30:15
33
|
44
LL | asm!("label1: r7:6 = combine(#2, #3)");
55
| ^^^^^^
@@ -9,7 +9,7 @@ LL | asm!("label1: r7:6 = combine(#2, #3)");
99
= note: `#[deny(named_asm_labels)]` on by default
1010

1111
error: avoid using named labels in inline assembly
12-
--> $DIR/hexagon-register-pairs.rs:32:15
12+
--> $DIR/hexagon-register-pairs.rs:33:15
1313
|
1414
LL | asm!("hexagon_label: nop");
1515
| ^^^^^^^^^^^^^

0 commit comments

Comments
 (0)