Change remaining references to lit.util.capture to use subprocess.check_output.
authorDavid L. Jones <dlj@google.com>
Thu, 6 Jul 2017 21:46:47 +0000 (21:46 +0000)
committerDavid L. Jones <dlj@google.com>
Thu, 6 Jul 2017 21:46:47 +0000 (21:46 +0000)
commitb3bfd389c3fedf7005ce18a30e786b4c6cac8e33
treec1ffc98da9ad0aa2779cf00853379cc7f5b869e6
parent3dea30d912959b957808b0c114298ca3c6200d45
Change remaining references to lit.util.capture to use subprocess.check_output.

Summary:
The capture() function was removed in r306625. This should fix PGO breakages
reported by Michael Zolotukhin.

Reviewers: mzolotukhin

Subscribers: sanjoy, llvm-commits

Differential Revision: https://reviews.llvm.org/D35088

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307320 91177308-0d34-0410-b5e6-96231b3b80d8
test/Unit/lit.cfg
test/lit.cfg