diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-07-11 20:26:20 +0000 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-07-11 20:26:20 +0000 |
commit | 72c2783012a61ed41c7864ba564d4fcaf6731598 (patch) | |
tree | 15a55208a23d5984697dc4b3cfd08a4872a0a02a /clang/test/CodeGenCXX/linetable-eh.cpp | |
parent | 9fa9c9368da933ccdc9d561e026ac3cabe387a8d (diff) | |
download | bcm5719-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/linetable-eh.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/linetable-eh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/linetable-eh.cpp b/clang/test/CodeGenCXX/linetable-eh.cpp index 8c0a3971c59..b31df54f7c4 100644 --- a/clang/test/CodeGenCXX/linetable-eh.cpp +++ b/clang/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. |