This configuration is necessary, and is included in all the tests suites, like the one for clang, for the main llvm repository, etc.
We need to execute: config.test_format = lit.formats.ShTest(False)
Otherwise, lit will try to use bash, which generated the problems mentioned in: https://reviews.llvm.org/D29515 , or cmd prompt which generates a lot of problems.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
Eventually we should do a global cleanup to fold this logic into the TestRunner so we don't have to duplicate this junk in ever lit.cfg.