mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Make sure linker output is overwritten so this test can pass multiple times.
llvm-svn: 32675
This commit is contained in:
parent
a6cd028ff6
commit
83b57e0a4c
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s > %t.bc
|
||||
; RUN: llvm-as < `dirname %s`/testlink1.ll > %t2.bc
|
||||
; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc
|
||||
; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc -f
|
||||
; RUN: llvm-dis < %t1.bc |grep "kallsyms_names = extern_weak" &&
|
||||
; RUN: llvm-dis < %t1.bc |grep "MyVar = external global int" &&
|
||||
; RUN: llvm-dis < %t1.bc |grep "Inte = global int"
|
||||
@ -10,4 +10,3 @@
|
||||
%Inte = extern_weak global int
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user