From: Reid Spencer Date: Wed, 11 Apr 2007 21:14:53 +0000 (+0000) Subject: Add a test case for PR1318. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2a70657b5fa1d9265307b9dffbbacf6991ae7152;p=oota-llvm.git Add a test case for PR1318. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35923 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll new file mode 100644 index 00000000000..b229e261e81 --- /dev/null +++ b/test/Feature/load_module.ll @@ -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