Changes in directory llvm/test/Feature:
load_module.ll updated: 1.1 -> 1.2 --- Log message: The "Hello" message is written on stderr so make sure it is duplicated to stdout so the grep can match it. --- Diffs of the changes: (+1 -1) load_module.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Feature/load_module.ll diff -u llvm/test/Feature/load_module.ll:1.1 llvm/test/Feature/load_module.ll:1.2 --- llvm/test/Feature/load_module.ll:1.1 Wed Apr 11 16:14:53 2007 +++ llvm/test/Feature/load_module.ll Wed Apr 11 16:30:05 2007 @@ -1,6 +1,6 @@ ; PR1318 ; RUN: llvm-as < %s > %t.bc && ; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \ -; RUN: -disable-output %t.bc | grep Hello +; RUN: -disable-output %t.bc 2>&1 | grep Hello @junk = global i32 0 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits