mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 19:36:05 +00:00
check-lld: Introduce %python.
llvm-svn: 260207
This commit is contained in:
parent
c96ae0c8a8
commit
127295492d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user