Skip to content

Commit 88ec5f1

Browse files
committed
make added test split
1 parent 798e1bc commit 88ec5f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/test/Target/LLVMIR/Import/function-attributes.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ define internal spir_func void @spir_func_internal() {
1010
ret void
1111
}
1212

13+
; // -----
14+
1315
; Ensure that we have dso_local.
1416
; CHECK: llvm.func @dsolocal_func()
15-
; CHECK-SAME: attributes{dso_local}
17+
; CHECK-SAME: attributes {dso_local}
1618
define dso_local void @dsolocal_func() {
1719
ret void
1820
}

0 commit comments

Comments
 (0)