diff options
author | Reid Kleckner <rnk@google.com> | 2015-08-25 16:07:06 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2015-08-25 16:07:06 +0000 |
commit | 5bf2d613c91500dc5311d49d6faa54e6859efc74 (patch) | |
tree | 9e7cbb0876bc923e35154ad1b4efa5a462c5664a /llvm/lib/Target/X86/X86Subtarget.cpp | |
parent | 38b8938f40d2068e85cfbb08395622cfa1b0db01 (diff) | |
download | bcm5719-llvm-5bf2d613c91500dc5311d49d6faa54e6859efc74.tar.gz bcm5719-llvm-5bf2d613c91500dc5311d49d6faa54e6859efc74.zip |
[lit] Speculatively fix PR24554 by manually closing the process handle
My theory is that somehow Python's refcounting and GC strategy isn't
closing the subprocess handle in a timely fashion. This accesses the
private '_handle' field of the Popen object, but I see no other way to
do this. If this doesn't address the problem on the sanitizer-windows
buildbot, we can revert this change. If it does, then let's keep the
hack.
llvm-svn: 245946
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.cpp')
0 files changed, 0 insertions, 0 deletions