Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Feature / load_module.ll
blobe2e222f4edcf46e4c49d331198dc6a3f054cdccd
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