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 798e1bc commit 88ec5f1Copy full SHA for 88ec5f1
mlir/test/Target/LLVMIR/Import/function-attributes.ll
@@ -10,9 +10,11 @@ define internal spir_func void @spir_func_internal() {
10
ret void
11
}
12
13
+; // -----
14
+
15
; Ensure that we have dso_local.
16
; CHECK: llvm.func @dsolocal_func()
-; CHECK-SAME: attributes{dso_local}
17
+; CHECK-SAME: attributes {dso_local}
18
define dso_local void @dsolocal_func() {
19
20
0 commit comments