The capture() function was removed in r306625. This should fix PGO breakages
reported by Michael Zolotukhin.
Details
Details
- Reviewers
mzolotukhin - Commits
- rGd4053fb2ec41: Change remaining references to lit.util.capture to use subprocess.check_output.
rLLDB307320: Change remaining references to lit.util.capture to use subprocess.check_output.
rLLD307320: Change remaining references to lit.util.capture to use subprocess.check_output.
rC307320: Change remaining references to lit.util.capture to use subprocess.check_output.
rL307320: Change remaining references to lit.util.capture to use subprocess.check_output.
Diff Detail
Diff Detail
- Repository
- rL LLVM