[all-commits] [llvm/llvm-project] 63273f: [NFC][lit] Cleanup code using string interpolation
llvmbot via All-commits
all-commits at lists.llvm.org
Tue Jan 26 13:11:14 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63273fc41fccf11962ce6ec4df91fee703e5ab57
https://github.com/llvm/llvm-project/commit/63273fc41fccf11962ce6ec4df91fee703e5ab57
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M llvm/utils/lit/lit/main.py
M llvm/utils/lit/lit/reports.py
Log Message:
-----------
[NFC][lit] Cleanup code using string interpolation
LLVM now requires Python 3.6, so we can use string interpolation to make
code more readable.
More information about the All-commits
mailing list