fix inline asm test because of missing attribute
This commit is contained in:
parent
021a8d80eb
commit
7f870be4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,9 +16,9 @@ impl Drop for Foo {
|
|||
}
|
||||
|
||||
// CHECK-LABEL: @may_unwind
|
||||
// CHECK: invoke void asm sideeffect alignstack unwind
|
||||
#[no_mangle]
|
||||
pub unsafe fn may_unwind() {
|
||||
let _m = Foo;
|
||||
// CHECK: invoke void asm sideeffect alignstack inteldialect unwind ""
|
||||
asm!("", options(may_unwind));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue