diff options
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary-originalnames.ll | 2 | ||||
-rw-r--r-- | llvm/test/Bitcode/thinlto-summary-local-5.0.ll | 4 | ||||
-rw-r--r-- | llvm/test/Bitcode/upgrade-pointer-address-space.ll | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll b/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll index 6387e6322ec..9fcc9a192b1 100644 --- a/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll +++ b/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll @@ -1,7 +1,7 @@ ; Test to check the callgraph in summary ; RUN: opt -module-summary %s -o %t.o ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t.o -; RUN: llvm-bcanalyzer -dump %t.index.bc | FileCheck %s --check-prefix=COMBINED +; RUN: llvm-bcanalyzer -dump %t.index.bc | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=COMBINED ; COMBINED: <GLOBALVAL_SUMMARY_BLOCK ; COMBINED-NEXT: <VERSION 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() diff --git a/llvm/test/Bitcode/upgrade-pointer-address-space.ll b/llvm/test/Bitcode/upgrade-pointer-address-space.ll index 8b85055651d..cd63256950c 100644 --- a/llvm/test/Bitcode/upgrade-pointer-address-space.ll +++ b/llvm/test/Bitcode/upgrade-pointer-address-space.ll @@ -1,4 +1,4 @@ -; RUN: llvm-dis -o - %s.bc | FileCheck %s +; RUN: llvm-dis -o - %s.bc | FileCheck -allow-deprecated-dag-overlap %s ; CHECK-DAG: !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !{{[0-9]+}}, size: {{[0-9]+}}) ; CHECK-DAG: !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !{{[0-9]+}}, size: {{[0-9]+}}) |