2008-05-20 22:07:21 +00:00
|
|
|
; RUN: llvm-as %s -f -o %t1.bc
|
2008-03-05 15:44:25 +00:00
|
|
|
; RUN: llvm-link -f -o %t2.bc %t1.bc
|
2006-01-20 01:31:58 +00:00
|
|
|
|
2008-03-10 07:21:50 +00:00
|
|
|
target datalayout = "E-p:32:32"
|
2006-01-20 01:31:58 +00:00
|
|
|
target triple = "powerpc-apple-darwin7.7.0"
|
|
|
|
deplibs = [ "c", "crtend" ]
|
2008-03-10 07:21:50 +00:00
|
|
|
@source = global <4 x i32> < i32 0, i32 1, i32 2, i32 3 > ; <<4 x i32>*> [#uses=0]
|
2006-01-20 01:31:58 +00:00
|
|
|
|
2008-03-10 07:21:50 +00:00
|
|
|
define i32 @main() {
|
2006-01-20 01:31:58 +00:00
|
|
|
entry:
|
2008-03-10 07:21:50 +00:00
|
|
|
ret i32 0
|
2006-01-20 01:31:58 +00:00
|
|
|
}
|
2008-03-10 07:21:50 +00:00
|
|
|
|