Ignore some mir-opt tests because GCC backend does not support unwinding from inline asm

This commit is contained in:
Guillaume Gomez
2025-10-02 20:54:43 +02:00
parent f072df1836
commit 35e104a173
2 changed files with 2 additions and 0 deletions

View File

@@ -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;

View File

@@ -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)]