1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/tools/llvm-lto/aix.ll
2021-03-15 09:34:24 -04:00

13 lines
213 B
LLVM

; REQUIRES: powerpc-registered-target
; RUN: llvm-as < %s > %t1
; RUN: llvm-lto %t1 | FileCheck %s
target triple = "powerpc-ibm-aix"
define i32 @main() {
entry:
ret i32 42
}
; CHECK: Wrote native object file