[all-commits] [llvm/llvm-project] 302432: Reland "[lit] Use os.cpu_count() to cleanup TODO"
Julian Lettner via All-commits
all-commits at lists.llvm.org
Tue Jan 26 10:20:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 302432f75dadcc78aa4764f3e5e86bf07466a554
https://github.com/llvm/llvm-project/commit/302432f75dadcc78aa4764f3e5e86bf07466a554
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M llvm/utils/lit/lit/cl_arguments.py
M llvm/utils/lit/lit/run.py
M llvm/utils/lit/lit/util.py
Log Message:
-----------
Reland "[lit] Use os.cpu_count() to cleanup TODO"
The initial problem with the remaining bot config was resolved.
We can now use Python3. Let's use `os.cpu_count()` to cleanup this
helper.
Differential Revision: https://reviews.llvm.org/D94734
More information about the All-commits
mailing list