File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/test/Target/LLVMIR/Import Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ target datalayout = "e-m-i64:64"
313313; // -----
314314
315315; CHECK: <unknown>
316- ; CHECK-SAME: incompatible call and callee types: '!llvm.func<void (i64)>' and '!llvm.func<void (ptr)>'
316+ ; CHECK-SAME: warning: incompatible call and callee types: '!llvm.func<void (i64)>' and '!llvm.func<void (ptr)>'
317317define void @incompatible_call_and_callee_types () {
318318 call void @callee (i64 0 )
319319 ret void
@@ -324,7 +324,7 @@ declare void @callee(ptr)
324324; // -----
325325
326326; CHECK: <unknown>
327- ; CHECK-SAME: incompatible call and callee types: '!llvm.func<void ()>' and '!llvm.func<i32 ()>'
327+ ; CHECK-SAME: warning: incompatible call and callee types: '!llvm.func<void ()>' and '!llvm.func<i32 ()>'
328328define void @f () personality ptr @__gxx_personality_v0 {
329329entry:
330330 invoke void @g () to label %bb1 unwind label %bb2
You can’t perform that action at this time.
0 commit comments