Ignore some mir-opt tests because GCC backend does not support unwinding from inline asm
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
//@ needs-asm-support
|
//@ needs-asm-support
|
||||||
//@ needs-unwind
|
//@ needs-unwind
|
||||||
//@ compile-flags: -Zinline-mir-hint-threshold=1000 -C debuginfo=full
|
//@ compile-flags: -Zinline-mir-hint-threshold=1000 -C debuginfo=full
|
||||||
|
//@ ignore-backends: gcc
|
||||||
#![feature(asm_unwind)]
|
#![feature(asm_unwind)]
|
||||||
|
|
||||||
struct D;
|
struct D;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
// Checks that only functions with compatible attributes are inlined.
|
// Checks that only functions with compatible attributes are inlined.
|
||||||
//@ only-x86_64
|
//@ only-x86_64
|
||||||
//@ compile-flags: -Cpanic=abort
|
//@ compile-flags: -Cpanic=abort
|
||||||
|
//@ ignore-backends: gcc
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![feature(sanitize)]
|
#![feature(sanitize)]
|
||||||
|
|||||||
Reference in New Issue
Block a user