- lit.util.capture was removed in r306625.
- Replace lit.util.capture to subprocess.check_output as LLVM did.
- LLVM revision of this change: https://reviews.llvm.org/D35088
Details
Details
- Reviewers
efriedma jdoerfert Meinersbur gareevroman sebpop • zinob huihuiz pollydev grosser - Commits
- rG87fa28083186: [Polly] [Tests] Update `lit.cfg` uses of `lit.util.capture` to `subprocess.
rPLO307765: [Polly] [Tests] Update `lit.cfg` uses of `lit.util.capture` to `subprocess.
rL307765: [Polly] [Tests] Update `lit.cfg` uses of `lit.util.capture` to `subprocess.
Diff Detail
Diff Detail
- Repository
- rL LLVM