[llvm] r212819 - llvm/test/lit.cfg: Let %python available.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 11 07:36:39 PDT 2014


Author: chapuni
Date: Fri Jul 11 09:36:39 2014
New Revision: 212819

URL: http://llvm.org/viewvc/llvm-project?rev=212819&view=rev
Log:
llvm/test/lit.cfg: Let %python available.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=212819&r1=212818&r2=212819&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Fri Jul 11 09:36:39 2014
@@ -200,6 +200,7 @@ config.substitutions.append( ('%ocamlopt
 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





More information about the llvm-commits mailing list