mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
f2149355c3
llvm-svn: 36073
8 lines
210 B
LLVM
8 lines
210 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as > %t.out2.bc
|
|
; RUN: echo "%me = global int* null" | llvm-upgrade | llvm-as > %t.out1.bc
|
|
; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -f
|
|
|
|
%me = weak global int * null
|
|
|
|
|