Ignore some mir-opt tests because GCC backend does not support unwinding from inline asm
This commit is contained in:
parent
f072df1836
commit
35e104a173
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
//@ needs-asm-support
|
||||
//@ needs-unwind
|
||||
//@ compile-flags: -Zinline-mir-hint-threshold=1000 -C debuginfo=full
|
||||
//@ ignore-backends: gcc
|
||||
#![feature(asm_unwind)]
|
||||
|
||||
struct D;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Checks that only functions with compatible attributes are inlined.
|
||||
//@ only-x86_64
|
||||
//@ compile-flags: -Cpanic=abort
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
#![crate_type = "lib"]
|
||||
#![feature(sanitize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue