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.
1 parent 021a8d8 commit 7f870beCopy full SHA for 7f870be
src/test/codegen/asm-may_unwind.rs
@@ -16,9 +16,9 @@ impl Drop for Foo {
16
}
17
18
// CHECK-LABEL: @may_unwind
19
-// CHECK: invoke void asm sideeffect alignstack unwind
20
#[no_mangle]
21
pub unsafe fn may_unwind() {
22
let _m = Foo;
+ // CHECK: invoke void asm sideeffect alignstack inteldialect unwind ""
23
asm!("", options(may_unwind));
24
0 commit comments