repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections.
[llvm-complete.git]
/
test
/
Feature
/
load_module.ll
blob
fa76c99883b47684aa12dfc20764073325b94040
1
; PR1318
2
; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
3
; RUN: -disable-output 2>&1 | grep Hello
4
; REQUIRES: plugins
5
; FIXME: On Cygming, it might fail without building LLVMHello manually.
6
7
@junk = global i32 0
8
9
define i32* @somefunk() {
10
ret i32* @junk
11
}
12