We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mir-opt
1 parent fad2ab4 commit 3df6f36Copy full SHA for 3df6f36
tests/mir-opt/inline/asm_unwind.rs
@@ -4,6 +4,7 @@
4
//@ needs-asm-support
5
//@ needs-unwind
6
//@ compile-flags: -Zinline-mir-hint-threshold=1000 -C debuginfo=full
7
+//@ ignore-backends: gcc
8
#![feature(asm_unwind)]
9
10
struct D;
tests/mir-opt/inline/inline_compatibility.rs
@@ -1,6 +1,7 @@
1
// Checks that only functions with compatible attributes are inlined.
2
//@ only-x86_64
3
//@ compile-flags: -Cpanic=abort
#![crate_type = "lib"]
#![feature(sanitize)]
0 commit comments