[llvm] r199000 - llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate locale-sensitive message check.

NAKAMURA Takumi geek4civic at gmail.com
Sat Jan 11 01:23:52 PST 2014


Author: chapuni
Date: Sat Jan 11 03:23:52 2014
New Revision: 199000

URL: http://llvm.org/viewvc/llvm-project?rev=199000&view=rev
Log:
llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate locale-sensitive message check.

Modified:
    llvm/trunk/test/Transforms/SampleProfile/syntax.ll

Modified: llvm/trunk/test/Transforms/SampleProfile/syntax.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SampleProfile/syntax.ll?rev=199000&r1=198999&r2=199000&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/syntax.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/syntax.ll Sat Jan 11 03:23:52 2014
@@ -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





More information about the llvm-commits mailing list