diff options
| author | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-07-11 20:25:49 +0000 |
|---|---|---|
| committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-07-11 20:25:49 +0000 |
| commit | 9fa9c9368da933ccdc9d561e026ac3cabe387a8d (patch) | |
| tree | 7845f4e994538e675632eb2b073daa6b01361cfa /llvm/test/Bitcode/thinlto-summary-local-5.0.ll | |
| parent | a934f9da411056d9c54a693f8e45ba9485aa1cd0 (diff) | |
| download | bcm5719-llvm-9fa9c9368da933ccdc9d561e026ac3cabe387a8d.tar.gz bcm5719-llvm-9fa9c9368da933ccdc9d561e026ac3cabe387a8d.zip | |
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
See https://reviews.llvm.org/D47106 for details.
Reviewed By: probinson
Differential Revision: https://reviews.llvm.org/D47171
This commit drops that patch's changes to:
llvm/test/CodeGen/NVPTX/f16x2-instructions.ll
llvm/test/CodeGen/NVPTX/param-load-store.ll
For some reason, the dos line endings there prevent me from commiting
via the monorepo. A follow-up commit (not via the monorepo) will
finish the patch.
llvm-svn: 336843
Diffstat (limited to 'llvm/test/Bitcode/thinlto-summary-local-5.0.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-summary-local-5.0.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-summary-local-5.0.ll b/llvm/test/Bitcode/thinlto-summary-local-5.0.ll index cbc48d23df3..01ff069ff25 100644 --- a/llvm/test/Bitcode/thinlto-summary-local-5.0.ll +++ b/llvm/test/Bitcode/thinlto-summary-local-5.0.ll @@ -2,8 +2,8 @@ ; Checks that older bitcode summaries without the dso_local op are still ; properly parsed and don't set GlobalValues as dso_local. -; RUN: llvm-dis < %s.bc | FileCheck %s -; RUN: llvm-bcanalyzer -dump %s.bc | FileCheck %s --check-prefix=BCAN +; RUN: llvm-dis < %s.bc | FileCheck -allow-deprecated-dag-overlap %s +; RUN: llvm-bcanalyzer -dump %s.bc | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=BCAN define void @foo() { ;CHECK-DAG:define void @foo() |

