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 0526267 commit f5d3de2Copy full SHA for f5d3de2
tests/codegen/naked-nocoverage.rs
@@ -11,7 +11,7 @@ use std::arch::asm;
11
#[naked]
12
#[no_mangle]
13
pub unsafe extern "C" fn f() {
14
- // CHECK: define void @f()
+ // CHECK: define {{(dso_local )?}}void @f()
15
// CHECK-NEXT: start:
16
// CHECK-NEXT: call void asm
17
// CHECK-NEXT: unreachable
0 commit comments