repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-lto
/
aix.ll
blob
6efd98ed9f70178bc5efb8d55a20427d1bcf557a
1
; REQUIRES: powerpc-registered-target
2
; RUN: llvm-as < %s > %t1
3
; RUN: llvm-lto %t1 | FileCheck %s
4
5
target triple = "powerpc-ibm-aix"
6
7
define i32 @main() {
8
entry:
9
ret i32 42
10
}
11
; CHECK: Wrote native object file
12