fix a bunch of spurious failures for people whose home directory
[llvm/avr.git] / test / Feature / load_module.ll
blobcdc57085b5d4094131ecf948f9dd59a56de690d7
1 ; PR1318
2 ; RUN: opt %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
3 ; RUN:   -disable-output |& grep Hello
5 @junk = global i32 0
7 define i32* @somefunk() {
8   ret i32* @junk