diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-03 02:20:53 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-03 02:20:53 +0000 |
commit | 9ae4da2e6df28ed7c444d511a4e720384de9c27e (patch) | |
tree | 45396f8e34f319b4e31b9ecee3009267138ed1f3 /llvm/test/Transforms/SampleProfile/syntax.ll | |
parent | 1c0681637e6755d306cc9230278a6561a1f9202c (diff) | |
download | bcm5719-llvm-9ae4da2e6df28ed7c444d511a4e720384de9c27e.tar.gz bcm5719-llvm-9ae4da2e6df28ed7c444d511a4e720384de9c27e.zip |
llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to check locale-dependent message.
llvm-svn: 196195
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/syntax.ll')
-rw-r--r-- | llvm/test/Transforms/SampleProfile/syntax.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/syntax.ll b/llvm/test/Transforms/SampleProfile/syntax.ll index baf3852f322..a48b63a4ae9 100644 --- a/llvm/test/Transforms/SampleProfile/syntax.ll +++ b/llvm/test/Transforms/SampleProfile/syntax.ll @@ -9,7 +9,7 @@ define void @empty() { entry: ret void } -; MISSING-FILE: LLVM ERROR: Could not open profile file missing.prof: No such file or directory +; MISSING-FILE: LLVM ERROR: Could not open profile file missing.prof: ; MISSING-SYMTAB: LLVM ERROR: {{.*}}missing_symtab.prof:1: Expected 'symbol table', found 1 ; MISSING-NUM-SYMS: LLVM ERROR: {{.*}}missing_num_syms.prof:2: Expected a number, found empty ; BAD-FN-HEADER: LLVM ERROR: {{.*}}bad_fn_header.prof:4: Expected 'mangled_name:NUM:NUM:NUM', found empty:100:BAD |