[PATCH] D63102: Fix some lit test ResourceWarnings on Windows
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 10:25:06 PDT 2019
delcypher added inline comments.
================
Comment at: llvm/utils/lit/lit/TestRunner.py:772
if cmd.op == ';':
- res = _executeShCmd(cmd.lhs, shenv, results, timeoutHelper)
+ _executeShCmd(cmd.lhs, shenv, results, timeoutHelper)
return _executeShCmd(cmd.rhs, shenv, results, timeoutHelper)
----------------
What does this change have to do with closing files?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63102/new/
https://reviews.llvm.org/D63102
More information about the llvm-commits
mailing list