From: Joel E. Denny Date: Wed, 11 Jul 2018 20:26:44 +0000 (+0000) Subject: [FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt tests X-Git-Tag: llvmorg-7.0.0-rc1~1673 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da660d6a700b13c8327f180fb5613b48c9d54af7;p=platform%2Fupstream%2Fllvm.git [FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt tests See https://reviews.llvm.org/D47106 for details. Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D47326 llvm-svn: 336845 --- diff --git a/compiler-rt/test/profile/instrprof-visibility.cpp b/compiler-rt/test/profile/instrprof-visibility.cpp index 6fbba9d..bb53305 100644 --- a/compiler-rt/test/profile/instrprof-visibility.cpp +++ b/compiler-rt/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