summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/syntax.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-15 02:32:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-15 02:32:21 +0000
commit64587433cee773f0d08601b77bf634509ef05a42 (patch)
tree20fc5d2c321ab5590a464effad02563cf89bcc32 /llvm/test/Transforms/SampleProfile/syntax.ll
parent6cf7e5d341eb1caba169681b537e714abf35159c (diff)
downloadbcm5719-llvm-64587433cee773f0d08601b77bf634509ef05a42.tar.gz
bcm5719-llvm-64587433cee773f0d08601b77bf634509ef05a42.zip
llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows.
llvm-svn: 203997
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/syntax.ll')
-rw-r--r--llvm/test/Transforms/SampleProfile/syntax.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/syntax.ll b/llvm/test/Transforms/SampleProfile/syntax.ll
index 3aee6b219a8..e08234e1626 100644
--- a/llvm/test/Transforms/SampleProfile/syntax.ll
+++ b/llvm/test/Transforms/SampleProfile/syntax.ll
@@ -11,7 +11,7 @@ entry:
ret void
}
; NO-DEBUG: error: No debug information found in function empty
-; MISSING-FILE: error: missing.prof: No such file or directory
+; MISSING-FILE: error: missing.prof:
; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found empty:100:BAD
; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1: BAD
; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: 10
OpenPOWER on IntegriCloud