]> granicus.if.org Git - clang/commit
Speculative fix for Windows buildbot after r209138
authorBen Langmuir <blangmuir@apple.com>
Tue, 20 May 2014 05:55:04 +0000 (05:55 +0000)
committerBen Langmuir <blangmuir@apple.com>
Tue, 20 May 2014 05:55:04 +0000 (05:55 +0000)
commite3870d8c83cb446bf5dd4adb2e6943da6a87d72c
tree7f7980fdca2ec1f18f12a305406540f5446ebd8d
parent070be84e4ab23f9151d602fbe820e0f13c9ff21b
Speculative fix for Windows buildbot after r209138

It appears that Windows doesn't like renaming over open files, which we
do in clearOutputFiles. The file being compiled should be safe to
removed, but this isn't very satisfying - we don't want to manually
manage the lifetime of files we cannot prove have no references.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209195 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ModuleManager.cpp