mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Simplify test. NFC.
llvm-svn: 254419
This commit is contained in:
parent
e91510452a
commit
e634703981
@ -1,6 +1,5 @@
|
||||
; RUN: llvm-as %s -o %t.new.bc
|
||||
; RUN: llvm-link %t.new.bc %S/Inputs/old_global_ctors.3.4.bc | llvm-dis | FileCheck %s
|
||||
; RUN: llvm-link %S/Inputs/old_global_ctors.3.4.bc %t.new.bc | llvm-dis | FileCheck %s
|
||||
; RUN: llvm-link -S %s %S/Inputs/old_global_ctors.3.4.bc | FileCheck %s
|
||||
; RUN: llvm-link -S %S/Inputs/old_global_ctors.3.4.bc %s | FileCheck %s
|
||||
|
||||
; old_global_ctors.3.4.bc contains the following LLVM IL, assembled into
|
||||
; bitcode by llvm-as from 3.4. It uses a two element @llvm.global_ctors array.
|
||||
|
Loading…
Reference in New Issue
Block a user