[PATCH] D98712: [Utils] Support lit-like substitutions in update_cc_test_checks
Giorgis Georgakoudis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 23 09:36:21 PDT 2021
ggeorgakoudis added inline comments.
================
Comment at: llvm/utils/update_cc_test_checks.py:228
+ '%t' : tempfile.NamedTemporaryFile().name,
+ '%S' : os.getcwd(),
+ }
----------------
arichardson wrote:
> Shouldn't this be the directory containing the test?
You are right, I will submit a patch soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98712/new/
https://reviews.llvm.org/D98712
More information about the cfe-commits
mailing list