]> granicus.if.org Git - llvm/commit
LTO: Remove unnecessary Windows support code.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 7 Sep 2017 00:55:00 +0000 (00:55 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 7 Sep 2017 00:55:00 +0000 (00:55 +0000)
commitd91746fb9e8691ce22ad3da4c78d451836a10e80
tree00de837e96336284accdb9ae9de38542a6c5c0e2
parentc97f51f04bf2d31ace2dd76c9d2520a14352a6bb
LTO: Remove unnecessary Windows support code.

I empirically verified that open files can in fact be renamed on
Windows with sys::fs::rename, so remove the incorrect code and comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/LTO/Caching.cpp