[all-commits] [llvm/llvm-project] 7f1c07: tests/CodeGen: Use %python lit substitution when i...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Tue Jul 6 18:47:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f1c077c3014760030cbaebdfccb8f99a4ec41c5
https://github.com/llvm/llvm-project/commit/7f1c077c3014760030cbaebdfccb8f99a4ec41c5
Author: Tom Stellard <tstellar at redhat.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M llvm/test/CodeGen/NVPTX/ld-st-addrrspace.py
M llvm/test/CodeGen/NVPTX/wmma.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-01.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-02.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-03.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-04.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-05.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-06.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-07.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-08.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-09.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-10.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-11.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-12.py
M llvm/test/CodeGen/SystemZ/Large/branch-range-13.py
M llvm/test/CodeGen/SystemZ/Large/spill-01.py
M llvm/test/CodeGen/SystemZ/Large/spill-02.py
Log Message:
-----------
tests/CodeGen: Use %python lit substitution when invoking python
This will use the python that LLVM was configured to use rather than
python from PATH.
Reviewed By: serge-sans-paille
Differential Revision: https://reviews.llvm.org/D105224
More information about the All-commits
mailing list