zig/deps/lld/test/ELF/lto/ppc64le.ll
2019-02-07 17:07:18 -05:00

13 lines
209 B
LLVM

; REQUIRES: ppc
; RUN: llvm-as %s -o %t.o
; RUN: ld.lld %t.o -o %t
target datalayout = "e-m:e-i64:64-n32:64"
target triple = "powerpc64le-unknown-linux-gnu"
define void @__start() {
entry:
ret void
}