[all-commits] [llvm/llvm-project] b49d47: Make lit TestRunner.py work in Python 3
Marcel Hlopko via All-commits
all-commits at lists.llvm.org
Wed Jul 22 02:44:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b49d47f6a0f5bbf293e26d8b918cb46d80f2102f
https://github.com/llvm/llvm-project/commit/b49d47f6a0f5bbf293e26d8b918cb46d80f2102f
Author: Marcel Hlopko <hlopko at google.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/utils/lit/lit/TestRunner.py
Log Message:
-----------
Make lit TestRunner.py work in Python 3
Summary: In Python3 SubstituteCaptures are no longer converted to String implicitly behind the scenes. Converting explicitly makes the TestRunner to work in Python3.
Reviewers: gribozavr2, compnerd
Reviewed By: gribozavr2
Subscribers: tbkka, delcypher, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81361
More information about the All-commits
mailing list