[llvm-commits] CVS: llvm/test/Feature/load_module.ll
Reid Spencer
reid at x10sys.com
Sat Apr 14 10:49:27 PDT 2007
Changes in directory llvm/test/Feature:
load_module.ll updated: 1.3 -> 1.4
---
Log message:
Simplify this test and correct redirection for Tcl exec.
---
Diffs of the changes: (+2 -3)
load_module.ll | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/test/Feature/load_module.ll
diff -u llvm/test/Feature/load_module.ll:1.3 llvm/test/Feature/load_module.ll:1.4
--- llvm/test/Feature/load_module.ll:1.3 Wed Apr 11 20:12:54 2007
+++ llvm/test/Feature/load_module.ll Sat Apr 14 12:49:06 2007
@@ -1,7 +1,6 @@
; PR1318
-; RUN: llvm-as < %s > %t.bc &&
-; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
-; RUN: -disable-output %t.bc 2>&1 | grep Hello
+; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
+; RUN: -disable-output - |& grep Hello
@junk = global i32 0
More information about the llvm-commits
mailing list