Skip to content

Commit

Permalink
[MLIR] Fix up integration tests after b7382ed
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Nov 17, 2020
1 parent e8356a7 commit c25e1ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ func @entry() {
return
}

func @print_memref_f32(memref<*xf32>) attributes { llvm.emit_c_interface }
func private @print_memref_f32(memref<*xf32>) attributes { llvm.emit_c_interface }
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ func @entry() {
return
}

func @print_memref_f32(memref<*xf32>) attributes { llvm.emit_c_interface }
func private @print_memref_f32(memref<*xf32>) attributes { llvm.emit_c_interface }
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ func @main() {
return
}

func @print_memref_f32(%ptr : tensor<*xf32>)
func private @print_memref_f32(%ptr : tensor<*xf32>)
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ func @main() {
return
}

func @print_memref_f32(%ptr : tensor<*xf32>)
func private @print_memref_f32(%ptr : tensor<*xf32>)

0 comments on commit c25e1ed

Please sign in to comment.