load_module.ll 277 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 ; PR1318 ; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \ ; RUN: -disable-output 2>&1 | grep Hello ; REQUIRES: plugins ; FIXME: On Cygming, it might fail without building LLVMHello manually. @junk = global i32 0 define i32* @somefunk() { ret i32* @junk }