Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 311afa8

Browse files
committed
[LTO] Update tests for r320905
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320909 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 06b4dd6 commit 311afa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ThinLTO/X86/deadstrip.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
; RUN: -r %t2.bc,_boo,pl \
1919
; RUN: -r %t2.bc,_dead_func,l \
2020
; RUN: -r %t2.bc,_another_dead_func,pl
21-
; RUN: llvm-dis < %t.out.0.3.import.bc | FileCheck %s --check-prefix=LTO2
21+
; RUN: llvm-dis < %t.out.1.3.import.bc | FileCheck %s --check-prefix=LTO2
2222
; RUN: llvm-dis < %t.out.2.3.import.bc | FileCheck %s --check-prefix=LTO2-CHECK2
2323
; RUN: llvm-nm %t.out.1 | FileCheck %s --check-prefix=CHECK2-NM
2424

test/ThinLTO/X86/dicompositetype-unique.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; RUN: -r %t1.bc,_foo,lx \
66
; RUN: -r %t1.bc,_main,plx \
77
; RUN: -r %t2.bc,_foo,plx
8-
; RUN: llvm-dis %t.0.3.import.bc -o - | FileCheck %s
8+
; RUN: llvm-dis %t.1.3.import.bc -o - | FileCheck %s
99

1010

1111
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"

0 commit comments

Comments
 (0)