1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Feature/load_module.ll
Dan Gohman 8d84372836 Change these tests to feed the assembly files to opt directly, instead
of using llvm-as, now that opt supports this.

llvm-svn: 81226
2009-09-08 16:50:01 +00:00

11 lines
178 B
LLVM

; PR1318
; RUN: opt %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
; RUN: -disable-output |& grep Hello
@junk = global i32 0
define i32* @somefunk() {
ret i32* @junk
}