[llvm] r220934 - llvm/test/Transforms/SampleProfile/syntax.ll: Relax MISSING-FILE not to

NAKAMURA Takumi geek4civic at gmail.com
Thu Oct 30 15:28:46 PDT 2014


Author: chapuni
Date: Thu Oct 30 17:28:46 2014
New Revision: 220934

URL: http://llvm.org/viewvc/llvm-project?rev=220934&view=rev
Log:
llvm/test/Transforms/SampleProfile/syntax.ll: Relax MISSING-FILE not to
check locale-aware message catalog.

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=220934&r1=220933&r2=220934&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/syntax.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/syntax.ll Thu Oct 30 17:28:46 2014
@@ -12,7 +12,7 @@ entry:
   ret void
 }
 ; NO-DEBUG: warning: No debug information found in function empty: Function profile not used
-; MISSING-FILE: missing.prof: Could not open profile: No such file or directory
+; MISSING-FILE: missing.prof: Could not open profile:
 ; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found 3empty: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





More information about the llvm-commits mailing list