summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-11 14:36:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-11 14:36:39 +0000
commitca3b03a574f16b58a7f831542e8ed51770a08571 (patch)
tree79dd49d043d57655216b90a329fe56107dd40ee5
parent506c0dca5db8e1efd5f935563c0a568f883ab150 (diff)
downloadbcm5719-llvm-ca3b03a574f16b58a7f831542e8ed51770a08571.tar.gz
bcm5719-llvm-ca3b03a574f16b58a7f831542e8ed51770a08571.zip
llvm/test/lit.cfg: Let %python available.
llvm-svn: 212819
-rw-r--r--llvm/test/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg
index 664d55fa1ad..4f015267c61 100644
--- a/llvm/test/lit.cfg
+++ b/llvm/test/lit.cfg
@@ -200,6 +200,7 @@ 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) )
+config.substitutions.append( ('%python', config.python_executable) )
# 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
OpenPOWER on IntegriCloud