mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Make sure linker output is overwritten so this test can pass multiple times.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user