[llvm] r251593 - Tweak test check pattern to fix bot failure.

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 19:15:03 PDT 2015


Author: dnovillo
Date: Wed Oct 28 21:15:02 2015
New Revision: 251593

URL: http://llvm.org/viewvc/llvm-project?rev=251593&view=rev
Log:
Tweak test check pattern to fix bot failure.

Modified:
    llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll

Modified: llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll?rev=251593&r1=251592&r2=251593&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll Wed Oct 28 21:15:02 2015
@@ -3,7 +3,7 @@ define i32 @foo(i32 %i) {
 ; The profile has samples for line locations that are no longer present.
 ; Coverage does not reach 90%, so we should get this warning:
 ;
-; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied
+; CHECK: warning: {{.*}}:1: 2 of 3 available profile records (66%) were applied
 entry:
   %retval = alloca i32, align 4
   %i.addr = alloca i32, align 4




More information about the llvm-commits mailing list