summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/linetable-eh.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
commit9c70ef5a9d450bd54d0b60c76d8b4efbba8a0eac (patch)
tree2295ea32c825780e1082edb1b1dcfc013fbe2c7a /test/CodeGenCXX/linetable-eh.cpp
parent924068e9a76bf2160d68f4fe65c6f2262afaa46b (diff)
[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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/linetable-eh.cpp')
-rw-r--r--test/CodeGenCXX/linetable-eh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/linetable-eh.cpp b/test/CodeGenCXX/linetable-eh.cpp
index 8c0a3971c5..b31df54f7c 100644
--- a/test/CodeGenCXX/linetable-eh.cpp
+++ b/test/CodeGenCXX/linetable-eh.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-macosx10.9.0 -munwind-tables -std=c++11 -fcxx-exceptions -fexceptions %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-macosx10.9.0 -munwind-tables -std=c++11 -fcxx-exceptions -fexceptions %s -o - | FileCheck -allow-deprecated-dag-overlap %s
// Test that emitting a landing pad does not affect the line table
// entries for the code that triggered it.