From: Rong Xu Date: Mon, 8 Jul 2019 22:17:55 +0000 (+0000) Subject: [llvm-profdata] Fix buildbot failure on llvm-clang-x86_64-expensive-checks-win X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aa901f22094777e714c4a6e50013cf26dfbbeb7;p=llvm [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365401 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-profdata/same-filename.test b/test/tools/llvm-profdata/same-filename.test index f73caa1dfc4..3a6884bab63 100644 --- a/test/tools/llvm-profdata/same-filename.test +++ b/test/tools/llvm-profdata/same-filename.test @@ -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