[llvm] r365401 - [llvm-profdata] Fix buildbot failure on llvm-clang-x86_64-expensive-checks-win
Rong Xu via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 15:17:55 PDT 2019
Author: xur
Date: Mon Jul 8 15:17:55 2019
New Revision: 365401
URL: http://llvm.org/viewvc/llvm-project?rev=365401&view=rev
Log:
[llvm-profdata] Fix buildbot failure on llvm-clang-x86_64-expensive-checks-win
This fixes buildbot failure in LLVM on llvm-clang-x86_64-expensive-checks-win
from r365386.
Modified:
llvm/trunk/test/tools/llvm-profdata/same-filename.test
Modified: llvm/trunk/test/tools/llvm-profdata/same-filename.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-profdata/same-filename.test?rev=365401&r1=365400&r2=365401&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-profdata/same-filename.test (original)
+++ llvm/trunk/test/tools/llvm-profdata/same-filename.test Mon Jul 8 15:17:55 2019
@@ -13,7 +13,7 @@ RUN: diff %t_show_2 %t_show_1
We report error for the show command.
RUN: not llvm-profdata show -o %t.1.profdata %t.1.profdata 2>&1 | FileCheck %s
-CHECK: llvm-profdata show: Input file name cannot be the same as the output file name!
+CHECK: llvm-profdata{{.*}} show: Input file name cannot be the same as the output file name!
This is OK for merging sample fdo profiles.
RUN: cp %S/Inputs/same-name-3.proftext %t.3.proftext
More information about the llvm-commits
mailing list