Anton Korobeynikov | 620f073 | 2008-03-05 15:44:25 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc |
2 | ; RUN: llvm-link -f -o %t2.bc %t1.bc | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | |
4 | target endian = big | ||||
5 | target pointersize = 32 | ||||
6 | target triple = "powerpc-apple-darwin7.7.0" | ||||
7 | deplibs = [ "c", "crtend" ] | ||||
8 | %source = global <4 x int> < int 0, int 1, int 2, int 3 > | ||||
9 | |||||
10 | implementation ; Functions: | ||||
11 | |||||
12 | int %main() { | ||||
13 | entry: | ||||
14 | ret int 0 | ||||
15 | } |