[PATCH] D76768: [analyzer] Added support of scan-build and exploded-graph-rewriter regression tests for Windows
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 18:29:15 PDT 2020
thakis added a comment.
Sorry for the slow reply. I repro'd this locally now, and here I see this error:
'''
command stderr:
===============
'perl' is not recognized as an internal or external command,
operable program or batch file.
'''
perl wasn't required to run tests on Win for a long time. If we do want to run these tests on Windows, could we make the config lit file check if perl is available and set a feature and require that in the tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76768/new/
https://reviews.llvm.org/D76768
More information about the cfe-commits
mailing list