aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 00:20:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 00:20:21 +0000
commit38d439fb13ae465d53767c1c912abf40e64d6ee4 (patch)
treee670f7974b025ca1e55273fe7147d7a51297f3e9 /test/lit.cfg
parentb3ccc12831cedb8785611192f47377a947df8dce (diff)
downloadexternal_llvm-38d439fb13ae465d53767c1c912abf40e64d6ee4.zip
external_llvm-38d439fb13ae465d53767c1c912abf40e64d6ee4.tar.gz
external_llvm-38d439fb13ae465d53767c1c912abf40e64d6ee4.tar.bz2
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/lit.cfg')
-rw-r--r--test/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index aa1e1a9..63b0032 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -128,6 +128,7 @@ for line in open(os.path.join(config.llvm_obj_root, 'test', 'site.exp')):
config.substitutions.append(('%llvmgcc_only', site_exp['llvmgcc']))
for sub in ['llvmgcc', 'llvmgxx', 'emitir', 'compile_cxx', 'compile_c',
'link', 'shlibext', 'ocamlopt', 'llvmdsymutil', 'llvmlibsdir',
+ 'llvmshlibdir',
'bugpoint_topts']:
if sub in ('llvmgcc', 'llvmgxx'):
config.substitutions.append(('%' + sub,