summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-line-if.cpp
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2018-07-11 20:26:20 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2018-07-11 20:26:20 +0000
commit72c2783012a61ed41c7864ba564d4fcaf6731598 (patch)
tree15a55208a23d5984697dc4b3cfd08a4872a0a02a /clang/test/CodeGenCXX/debug-info-line-if.cpp
parent9fa9c9368da933ccdc9d561e026ac3cabe387a8d (diff)
downloadbcm5719-llvm-72c2783012a61ed41c7864ba564d4fcaf6731598.tar.gz
bcm5719-llvm-72c2783012a61ed41c7864ba564d4fcaf6731598.zip
[FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests
See https://reviews.llvm.org/D47106 for details. Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D47172 llvm-svn: 336844
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-line-if.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-line-if.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-line-if.cpp b/clang/test/CodeGenCXX/debug-info-line-if.cpp
index 41770b13561..7e6cdb2eb9d 100644
--- a/clang/test/CodeGenCXX/debug-info-line-if.cpp
+++ b/clang/test/CodeGenCXX/debug-info-line-if.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -debug-info-kind=limited -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -debug-info-kind=limited -std=c++11 -S -emit-llvm %s -o - | FileCheck -allow-deprecated-dag-overlap %s
// PR19864
extern int v[2];
int a = 0, b = 0;
OpenPOWER on IntegriCloud