[llvm] r196195 - llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to check locale-dependent message.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Dec 2 18:20:53 PST 2013
Author: chapuni
Date: Mon Dec 2 20:20:53 2013
New Revision: 196195
URL: http://llvm.org/viewvc/llvm-project?rev=196195&view=rev
Log:
llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to check locale-dependent message.
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=196195&r1=196194&r2=196195&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/syntax.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/syntax.ll Mon Dec 2 20:20:53 2013
@@ -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
More information about the llvm-commits
mailing list