Reid Spencer | 2a70657 | 2007-04-11 21:14:53 +0000 | [diff] [blame] | 1 | ; PR1318 |
2 | ; RUN: llvm-as < %s > %t.bc && | ||||
3 | ; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \ | ||||
Reid Spencer | e4a0424 | 2007-04-11 21:30:05 +0000 | [diff] [blame] | 4 | ; RUN: -disable-output %t.bc 2>&1 | grep Hello |
Reid Spencer | 2a70657 | 2007-04-11 21:14:53 +0000 | [diff] [blame] | 5 | |
6 | @junk = global i32 0 |