diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-12-16 02:40:20 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-12-16 02:40:20 +0000 |
commit | 12f9b8cf2448abbf9fa76a8733959dc4d9126023 (patch) | |
tree | 64fe30fc4b72f6d821c269c0dc2e8629ea4228da | |
parent | 05e46484825f6d2f20d7738a728b1886f87b26fb (diff) | |
download | bcm5719-llvm-12f9b8cf2448abbf9fa76a8733959dc4d9126023.tar.gz bcm5719-llvm-12f9b8cf2448abbf9fa76a8733959dc4d9126023.zip |
[LTO] Update tests for r320905
llvm-svn: 320909
-rw-r--r-- | llvm/test/ThinLTO/X86/deadstrip.ll | 2 | ||||
-rw-r--r-- | llvm/test/ThinLTO/X86/dicompositetype-unique.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ThinLTO/X86/deadstrip.ll b/llvm/test/ThinLTO/X86/deadstrip.ll index 651f48bca1d..bd9e349234a 100644 --- a/llvm/test/ThinLTO/X86/deadstrip.ll +++ b/llvm/test/ThinLTO/X86/deadstrip.ll @@ -18,7 +18,7 @@ ; RUN: -r %t2.bc,_boo,pl \ ; RUN: -r %t2.bc,_dead_func,l \ ; RUN: -r %t2.bc,_another_dead_func,pl -; RUN: llvm-dis < %t.out.0.3.import.bc | FileCheck %s --check-prefix=LTO2 +; RUN: llvm-dis < %t.out.1.3.import.bc | FileCheck %s --check-prefix=LTO2 ; RUN: llvm-dis < %t.out.2.3.import.bc | FileCheck %s --check-prefix=LTO2-CHECK2 ; RUN: llvm-nm %t.out.1 | FileCheck %s --check-prefix=CHECK2-NM diff --git a/llvm/test/ThinLTO/X86/dicompositetype-unique.ll b/llvm/test/ThinLTO/X86/dicompositetype-unique.ll index 7a35f877e63..e61b515d4fd 100644 --- a/llvm/test/ThinLTO/X86/dicompositetype-unique.ll +++ b/llvm/test/ThinLTO/X86/dicompositetype-unique.ll @@ -5,7 +5,7 @@ ; RUN: -r %t1.bc,_foo,lx \ ; RUN: -r %t1.bc,_main,plx \ ; RUN: -r %t2.bc,_foo,plx -; RUN: llvm-dis %t.0.3.import.bc -o - | FileCheck %s +; RUN: llvm-dis %t.1.3.import.bc -o - | FileCheck %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" |