1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/test/Regression/Linker/2003-10-27-LinkOncePromote.ll

9 lines
251 B
LLVM
Raw Normal View History

2003-10-27 17:18:28 +01:00
; The linker should merge link-once globals into strong external globals,
; just like it does for weak symbols!
; RUN: echo "%X = global int 7" | llvm-as > %t.2.bc
2003-10-27 17:18:28 +01:00
; RUN: llvm-as < %s > %t.1.bc
; RUN: llvm-link %t.[12].bc
%X = linkonce global int 7