bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it couldn...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 13 Jul 2014 13:28:18 +0000 (13:28 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 13 Jul 2014 13:28:18 +0000 (13:28 +0000)
commiteddc485a8f506e76313ab04bd2dfa0cbce1ac372
tree146e239937bfb663de95ea799a9ed475fbe7a7a6
parente8d826b844082d441ce13a75664b8700c0348314
bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it couldn't be reopened on Win32.

FIXME: We may have an option in openFileForWrite(), not to use ResultFD but to close it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212902 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ToolRunner.cpp