From 3ae7d63c80f1221864a9fa0bafc4ab98f3aba0d3 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 10 Jul 2018 14:03:50 +0000 Subject: [PATCH] Update test for backend error message change llvm-svn: 336676 --- clang/test/CodeGen/backend-unsupported-error.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/backend-unsupported-error.ll b/clang/test/CodeGen/backend-unsupported-error.ll index ade8c05..083402e 100644 --- a/clang/test/CodeGen/backend-unsupported-error.ll +++ b/clang/test/CodeGen/backend-unsupported-error.ll @@ -3,7 +3,7 @@ ; This is to check that backend errors for unsupported features are formatted correctly -; CHECK: error: test.c:2:20: in function bar i32 (): unsupported call to function foo.2 +; CHECK: error: test.c:2:20: in function bar i32 (): unsupported call to function foo target triple = "r600-unknown-unknown" -- 2.7.4