diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-29 07:58:32 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-29 07:58:32 +0000 |
commit | 86c817e9d446aa7bf6e91170be22249884fefd0d (patch) | |
tree | 5dbadb91b26b3f352ad578e4fb2f93255763c9d0 /test/Feature | |
parent | e89ada98a6ed803ca865843678c4dd4cf77b14ee (diff) |
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.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll index e2e222f4ed..05f6c23813 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 |