[PATCH] D72273: Make check-llvm run 50% faster on macOS, 18% faster on Windows.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 08:00:17 PST 2020
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: llvm/utils/lit/lit/TestRunner.py:1124
+ ('%{/T:regex_replacement}',
+ regex_escape(tmpDir.replace('\\', '/'))),
])
----------------
(This is just a reflowing, for PEP-8 complicance.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72273/new/
https://reviews.llvm.org/D72273
More information about the llvm-commits
mailing list