1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[LTO] Update tests for r320905

llvm-svn: 320909
This commit is contained in:
Vitaly Buka 2017-12-16 02:40:20 +00:00
parent e5bd3fb7bc
commit 7a949d0f59
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"