diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-07-10 14:03:50 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-07-10 14:03:50 +0000 |
| commit | 3ae7d63c80f1221864a9fa0bafc4ab98f3aba0d3 (patch) | |
| tree | 37b93134cb673866a0386c4ebf9a8962f42572ad | |
| parent | a680199a966b518e1cc7444aa025a4fcda8b1ba4 (diff) | |
| download | bcm5719-llvm-3ae7d63c80f1221864a9fa0bafc4ab98f3aba0d3.tar.gz bcm5719-llvm-3ae7d63c80f1221864a9fa0bafc4ab98f3aba0d3.zip | |
Update test for backend error message change
llvm-svn: 336676
| -rw-r--r-- | clang/test/CodeGen/backend-unsupported-error.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/backend-unsupported-error.ll b/clang/test/CodeGen/backend-unsupported-error.ll index ade8c052e76..083402eceea 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" |

