diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-11 09:23:52 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-11 09:23:52 +0000 |
commit | a64d0bccc8d4e10eacdb8a450cd7e5fb4af3981e (patch) | |
tree | 3a47f9d2eea8f7ef1e5db83b357a95136b698a6c /llvm/test/Transforms/SampleProfile/syntax.ll | |
parent | 80a474c1c3ee2e179494b2520432fffa12070bdc (diff) | |
download | bcm5719-llvm-a64d0bccc8d4e10eacdb8a450cd7e5fb4af3981e.tar.gz bcm5719-llvm-a64d0bccc8d4e10eacdb8a450cd7e5fb4af3981e.zip |
llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate locale-sensitive message check.
llvm-svn: 199000
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 4fdfeae8496..c9caafad1a1 100644 --- a/llvm/test/Transforms/SampleProfile/syntax.ll +++ b/llvm/test/Transforms/SampleProfile/syntax.ll @@ -8,6 +8,6 @@ entry: ret void } ; NO-DEBUG: LLVM ERROR: No debug information found in function empty -; MISSING-FILE: LLVM ERROR: Could not open file missing.prof: No such file or directory +; MISSING-FILE: LLVM ERROR: Could not open file missing.prof: ; BAD-FN-HEADER: LLVM ERROR: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found empty:100:BAD ; BAD-SAMPLE-LINE: LLVM ERROR: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1: BAD |