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