vector compares aren't allowed. It doesn't make sense to have an xfailed
[oota-llvm.git] / test / Feature / load_module.ll
1 ; PR1318
2 ; RUN: llvm-as < %s > %t.bc &&
3 ; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
4 ; RUN:   -disable-output %t.bc 2>&1 | grep Hello
5
6 @junk = global i32 0
7
8 define i32* @somefunk() {
9   ret i32* @junk
10 }
11