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
fix a bunch of spurious failures for people whose home directory
[llvm/avr.git]
/
test
/
Feature
/
load_module.ll
blob
cdc57085b5d4094131ecf948f9dd59a56de690d7
1
; PR1318
2
; RUN: opt %s -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