mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
e4a04248fa
stdout so the grep can match it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35925 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
169 B
LLVM
7 lines
169 B
LLVM
; PR1318
|
|
; RUN: llvm-as < %s > %t.bc &&
|
|
; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
|
|
; RUN: -disable-output %t.bc 2>&1 | grep Hello
|
|
|
|
@junk = global i32 0
|