From 6ea8a947e8eb997a39e11a8a315e50b66294a1aa Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 29 Nov 2010 07:58:32 +0000 Subject: test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. %llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282 --- llvm/test/Feature/load_module.ll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'llvm/test/Feature') diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll index e2e222f4edc..05f6c238134 100644 --- a/llvm/test/Feature/load_module.ll +++ b/llvm/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 -- cgit v1.2.3