Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
Feature
/
load_module.ll
blob: 356eceb285eae1aef5ca13094ab0726bd673ce28 [
file
] [
log
] [
blame
]
; PR1318
; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
; RUN: -disable-output - |& grep Hello
@junk
=
global
i32
0
define
i32
*
@somefunk
()
{
ret
i32
*
@junk
}