Changes in D38977 expect 'tar' to be found in one of PATH directories.
On Windows, one might opt to use LLVM_LIT_TOOLS_DIR rather than adding
MSYS tools directory to the PATH. In that case, tests for lld failed on run.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/lit.cfg.py | ||
---|---|---|
90 ↗ | (On Diff #120191) | How about just read with tar_version, _ = communicate() and remove the '.wait()'? |
Comment Actions
We really should be using llvm_config.get_process_output() here, fwiw, but as you said, this patch is just fixing an execution failure.
Comment Actions
Thanks! If you don't mind, I'll leave the mentioned improvements to ones who understand python and lit better than me.