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 1019108 commit f39e51bCopy full SHA for f39e51b
tests/test_runtime.py
@@ -65,7 +65,7 @@ def foo(x: unranked_memref_f32):
65
)
66
correct = dedent(
67
"""\
68
- module attributes {llvm.data_layout = ""} {
+ module {
69
llvm.func @printMemrefF32(i64, !llvm.ptr) attributes {sym_visibility = "private"}
70
llvm.func @foo(%arg0: i64, %arg1: !llvm.ptr) attributes {llvm.emit_c_interface} {
71
llvm.call @printMemrefF32(%arg0, %arg1) : (i64, !llvm.ptr) -> ()
0 commit comments