diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-29 00:20:21 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-29 00:20:21 +0000 |
commit | 38d439fb13ae465d53767c1c912abf40e64d6ee4 (patch) | |
tree | e670f7974b025ca1e55273fe7147d7a51297f3e9 /test/Unit/lit.site.cfg.in | |
parent | b3ccc12831cedb8785611192f47377a947df8dce (diff) |
test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Unit/lit.site.cfg.in')
-rw-r--r-- | test/Unit/lit.site.cfg.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in index 75932a4897..9643507b16 100644 --- a/test/Unit/lit.site.cfg.in +++ b/test/Unit/lit.site.cfg.in @@ -6,6 +6,7 @@ config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.llvmgcc_dir = "@LLVMGCCDIR@" config.llvm_build_mode = "@LLVM_BUILD_MODE@" config.enable_shared = @ENABLE_SHARED@ +config.shlibdir = "@SHLIBDIR@" config.shlibpath_var = "@SHLIBPATH_VAR@" # Support substitution of the tools_dir and build_mode with user parameters. |