[all-commits] [llvm/llvm-project] 6c330f: [debuginfo-tests] Remove explicit checks for Python 3
James Henderson via All-commits
all-commits at lists.llvm.org
Mon Feb 15 06:22:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c330f0df8da7f6b94f511fc3f5573003fdda093
https://github.com/llvm/llvm-project/commit/6c330f0df8da7f6b94f511fc3f5573003fdda093
Author: James Henderson <james.henderson at sony.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M debuginfo-tests/CMakeLists.txt
M debuginfo-tests/lit.cfg.py
M debuginfo-tests/lit.site.cfg.py.in
Log Message:
-----------
[debuginfo-tests] Remove explicit checks for Python 3
LLVM has a minimum requirement of python 3.6 now, and Python is
explicitly checked for in the LLVM CMakeLists.txt, so this check is no
longer needed here.
Differential Revision: https://reviews.llvm.org/D96499
Reviewed by: aprantl
Commit: d6236524993e81904e75e9ddc3d497230b858a89
https://github.com/llvm/llvm-project/commit/d6236524993e81904e75e9ddc3d497230b858a89
Author: James Henderson <james.henderson at sony.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M debuginfo-tests/lit.site.cfg.py.in
Log Message:
-----------
[debuginfo-tests] Remove some unused config variables
Differential Revision: https://reviews.llvm.org/D96500
Reviewed by: aprantl
Compare: https://github.com/llvm/llvm-project/compare/65292fe3a210...d6236524993e
More information about the All-commits
mailing list