arichardson added reviewers: jdoerfert, ggeorgakoudis.
arichardson added inline comments.
Comment at: llvm/utils/update_cc_test_checks.py:223
def exec_run_line(exe):
popen = subprocess.Popen(exe, stdout=subprocess.PIPE,
stderr=subprocess.PIPE, universal_newlines=True)
std
sebastian-ne created this revision.
sebastian-ne added reviewers: foad, arichardson.
sebastian-ne requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Use substitution methods from common.py in update_cc_test_checks.py.
Follow