[llvm] r320909 - [LTO] Update tests for r320905
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 18:40:20 PST 2017
Author: vitalybuka
Date: Fri Dec 15 18:40:20 2017
New Revision: 320909
URL: http://llvm.org/viewvc/llvm-project?rev=320909&view=rev
Log:
[LTO] Update tests for r320905
Modified:
llvm/trunk/test/ThinLTO/X86/deadstrip.ll
llvm/trunk/test/ThinLTO/X86/dicompositetype-unique.ll
Modified: llvm/trunk/test/ThinLTO/X86/deadstrip.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/deadstrip.ll?rev=320909&r1=320908&r2=320909&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/deadstrip.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/deadstrip.ll Fri Dec 15 18:40:20 2017
@@ -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
Modified: llvm/trunk/test/ThinLTO/X86/dicompositetype-unique.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/dicompositetype-unique.ll?rev=320909&r1=320908&r2=320909&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/dicompositetype-unique.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/dicompositetype-unique.ll Fri Dec 15 18:40:20 2017
@@ -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"
More information about the llvm-commits
mailing list