summaryrefslogtreecommitdiff
path: root/test/Makefile
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/Makefile
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/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index d3227dd5a3..e90370779c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -125,6 +125,7 @@ lit.site.cfg: FORCE
@$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> lit.tmp
@$(ECHOPATH) s=@SHLIBDIR@=$(SharedLibDir)=g >> lit.tmp
@$(ECHOPATH) s=@SHLIBEXT@=$(SHLIBEXT)=g >> lit.tmp
+ @$(ECHOPATH) s=@EXEEXT@=$(EXEEXT)=g >> lit.tmp
@$(ECHOPATH) s=@PYTHON_EXECUTABLE@=$(PYTHON)=g >> lit.tmp
@$(ECHOPATH) s=@OCAMLOPT@=$(OCAMLOPT) -cc $(subst *,'\\\"',*$(subst =,"\\=",$(CXX_FOR_OCAMLOPT))*) -cclib -L$(LibDir) -I $(LibDir)/ocaml=g >> lit.tmp
@$(ECHOPATH) s=@ENABLE_SHARED@=$(ENABLE_SHARED)=g >> lit.tmp