update codegent test to be independent of panic strategy
This commit is contained in:
parent
0526267ffd
commit
f5d3de2abc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::arch::asm;
|
|||
#[naked]
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn f() {
|
||||
// CHECK: define void @f()
|
||||
// CHECK: define {{(dso_local )?}}void @f()
|
||||
// CHECK-NEXT: start:
|
||||
// CHECK-NEXT: call void asm
|
||||
// CHECK-NEXT: unreachable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue