We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5394aa commit be4e089Copy full SHA for be4e089
src/test/codegen/cold-call-declare-and-call.rs
@@ -3,7 +3,9 @@
3
#![crate_type = "lib"]
4
#![feature(rust_cold_cc)]
5
6
-// CHECK: define coldcc void @this_should_never_happen(i16
+// wasm marks the definition as `dso_local`, so allow that as optional.
7
+
8
+// CHECK: define{{( dso_local)?}} coldcc void @this_should_never_happen(i16
9
// CHECK: call coldcc void @this_should_never_happen(i16
10
11
#[no_mangle]
0 commit comments