[llvm-commits] CVS: llvm/test/Feature/load_module.ll

Reid Spencer reid at x10sys.com
Wed Apr 11 14:15:10 PDT 2007



Changes in directory llvm/test/Feature:

load_module.ll added (r1.1)
---
Log message:

Add a test case for PR1318: http://llvm.org/PR1318 .


---
Diffs of the changes:  (+6 -0)

 load_module.ll |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/test/Feature/load_module.ll
diff -c /dev/null llvm/test/Feature/load_module.ll:1.1
*** /dev/null	Wed Apr 11 16:15:03 2007
--- llvm/test/Feature/load_module.ll	Wed Apr 11 16:14:53 2007
***************
*** 0 ****
--- 1,6 ----
+ ; PR1318
+ ; RUN: llvm-as < %s > %t.bc &&
+ ; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
+ ; RUN:   -disable-output %t.bc | grep Hello
+ 
+ @junk = global i32 0






More information about the llvm-commits mailing list