[PATCH] D47326: [FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt tests

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 13:32:19 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT336845: [FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt tests (authored by jdenny, committed by ).

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47326

Files:
  test/profile/instrprof-visibility.cpp


Index: test/profile/instrprof-visibility.cpp
===================================================================
--- test/profile/instrprof-visibility.cpp
+++ test/profile/instrprof-visibility.cpp
@@ -1,8 +1,8 @@
 // RUN: %clangxx_profgen -fcoverage-mapping %S/Inputs/instrprof-visibility-helper.cpp -o %t %s
 // RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
 // RUN: llvm-profdata merge %t.profraw -o %t.profdata
-// RUN: llvm-profdata show --all-functions %t.profraw | FileCheck %s --check-prefix=PROFILE
-// RUN: llvm-cov show %t -instr-profile=%t.profdata | FileCheck %s --check-prefix=COV
+// RUN: llvm-profdata show --all-functions %t.profraw | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=PROFILE
+// RUN: llvm-cov show %t -instr-profile=%t.profdata | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=COV
 
 namespace {
 #define NO_WEAK


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47326.155055.patch
Type: text/x-patch
Size: 866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/5a8333a6/attachment.bin>


More information about the llvm-commits mailing list