mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 09:54:09 +00:00
Add a test case for PR1318.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3234b3e1f2
commit
2a70657b5f
6
test/Feature/load_module.ll
Normal file
6
test/Feature/load_module.ll
Normal file
@ -0,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
|
Loading…
Reference in New Issue
Block a user