repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation change.
[llvm/avr.git]
/
test
/
Feature
/
load_module.ll
blob
356eceb285eae1aef5ca13094ab0726bd673ce28
1
; PR1318
2
; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
3
; RUN: -disable-output - |& grep Hello
4
5
@junk = global i32 0
6
7
define i32* @somefunk() {
8
ret i32* @junk
9
}
10