aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 07:58:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 07:58:32 +0000
commit86c817e9d446aa7bf6e91170be22249884fefd0d (patch)
tree5dbadb91b26b3f352ad578e4fb2f93255763c9d0 /test/Feature
parente89ada98a6ed803ca865843678c4dd4cf77b14ee (diff)
downloadexternal_llvm-86c817e9d446aa7bf6e91170be22249884fefd0d.zip
external_llvm-86c817e9d446aa7bf6e91170be22249884fefd0d.tar.gz
external_llvm-86c817e9d446aa7bf6e91170be22249884fefd0d.tar.bz2
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
%llvmshlibdir should be 'bin' on Cygming. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/load_module.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll
index e2e222f..05f6c23 100644
--- a/test/Feature/load_module.ll
+++ b/test/Feature/load_module.ll
@@ -1,6 +1,8 @@
; PR1318
-; RUN: opt < %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
+; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
; RUN: -disable-output |& grep Hello
+; REQUIRES: loadable_module
+; FIXME: On Cygming, it might fail without building LLVMHello manually.
@junk = global i32 0