1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

llvm/test/lit.cfg: Let %python available.

llvm-svn: 212819
This commit is contained in:
NAKAMURA Takumi 2014-07-11 14:36:39 +00:00
parent dc7f1673bc
commit a0e8d5dc7e

View File

@ -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