update codegent test to be independent of panic strategy

This commit is contained in:
Pietro Albini 2023-06-14 12:31:00 +02:00
parent 0526267ffd
commit f5d3de2abc
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E

View File

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