summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-22 21:52:35 +0000
committerAlp Toker <alp@nuanti.com>2014-01-22 21:52:35 +0000
commit1214e71d771ca1083b5cb7d12e515d10b6537db2 (patch)
tree0cb4f992a2cf4ee64867ca01d4224bc63d9d4429 /test/lit.cfg
parent4bcb85658db6caa9f347bc79afbd5c4090910a3d (diff)
downloadllvm-1214e71d771ca1083b5cb7d12e515d10b6537db2.tar.gz
llvm-1214e71d771ca1083b5cb7d12e515d10b6537db2.tar.bz2
llvm-1214e71d771ca1083b5cb7d12e515d10b6537db2.tar.xz
Eliminate inappropriate use of FindProgramByName() from lli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199835 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 251dbe0966..622f6ede1a 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -188,6 +188,7 @@ else:
config.substitutions.append( ('%ocamlopt', config.ocamlopt_executable) )
config.substitutions.append( ('%llvmshlibdir', config.llvm_shlib_dir) )
config.substitutions.append( ('%shlibext', config.llvm_shlib_ext) )
+config.substitutions.append( ('%exeext', config.llvm_exe_ext) )
# For each occurrence of an llvm tool name as its own word, replace it
# with the full path to the build directory holding that tool. This