[all-commits] [llvm/llvm-project] 7cd301: [lit] Remove callback indirection
Julian Lettner via All-commits
all-commits at lists.llvm.org
Mon Oct 28 18:58:39 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7cd301677461b16a1a5a437a6f6be0b5f0125eaf
https://github.com/llvm/llvm-project/commit/7cd301677461b16a1a5a437a6f6be0b5f0125eaf
Author: Julian Lettner <julian.lettner at gmail.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M llvm/utils/lit/lit/main.py
Log Message:
-----------
[lit] Remove callback indirection
The callback provides no benefits since `run.execute()` does not take
any arguments anymore.
More information about the All-commits
mailing list