1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Linker/2006-01-19-ConstantPacked.ll
Reid Spencer f2149355c3 For PR1319: Upgrade to new test harness
llvm-svn: 36073
2007-04-15 18:11:57 +00:00

16 lines
335 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as -f -o %s.bc
; RUN: llvm-link -f -o %s.linked %s.bc
target endian = big
target pointersize = 32
target triple = "powerpc-apple-darwin7.7.0"
deplibs = [ "c", "crtend" ]
%source = global <4 x int> < int 0, int 1, int 2, int 3 >
implementation ; Functions:
int %main() {
entry:
ret int 0
}