check-lld: Introduce %python.

llvm-svn: 260207
This commit is contained in:
NAKAMURA Takumi 2016-02-09 07:30:18 +00:00
parent c96ae0c8a8
commit 127295492d
2 changed files with 4 additions and 1 deletions

View File

@ -177,6 +177,9 @@ for pattern in tool_patterns:
tool_path = llvm_tools_dir + '/' + tool_name
config.substitutions.append((pattern, tool_pipe + tool_path))
# Add site-specific substitutions.
config.substitutions.append( ('%python', config.python_executable) )
###
# When running under valgrind, we mangle '-vg' onto the end of the triple so we

View File

@ -14,7 +14,7 @@
# RUN: -F/Custom/Frameworks \
# RUN: -framework Bar \
# RUN: -framework Foo
# RUN: python %p/Inputs/DependencyDump.py %t.info | FileCheck %s
# RUN: %python %p/Inputs/DependencyDump.py %t.info | FileCheck %s
# CHECK: linker-vers: lld