X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fload_module.ll;h=14c1153fa5698ae0519be69bf666609a602f6f1e;hb=a9f113d0662faba063742d0ed82709c1f9087710;hp=356eceb285eae1aef5ca13094ab0726bd673ce28;hpb=70718366d995747977a048a311e388f820333cd7;p=oota-llvm.git diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll index 356eceb285e..14c1153fa56 100644 --- a/test/Feature/load_module.ll +++ b/test/Feature/load_module.ll @@ -1,6 +1,8 @@ ; PR1318 -; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \ -; RUN: -disable-output - |& grep Hello +; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \ +; RUN: -disable-output 2>&1 | grep Hello +; REQUIRES: loadable_module +; FIXME: On Cygming, it might fail without building LLVMHello manually. @junk = global i32 0