mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
Use -f option so test is repeatable.
llvm-svn: 33589
This commit is contained in:
parent
db3c0b3978
commit
1d622f85b8
@ -3,8 +3,8 @@
|
||||
; RUN: llvm-as %s -o %t.bar.bc -f
|
||||
; RUN: echo "define i32* @foo(i32 %x) { ret i32* @baz } @baz = external global i32" | \
|
||||
; RUN: llvm-as -o %t.foo.bc -f
|
||||
; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc
|
||||
; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc
|
||||
; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc -f
|
||||
; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc -f
|
||||
declare i32* @foo(...)
|
||||
define i32* @bar() {
|
||||
%ret = call i32* (...)* @foo( i32 123 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user