This is an archive of the discontinued LLVM Phabricator instance.

Remove dead code
AbandonedPublic

Authored by rafael on Nov 13 2017, 5:49 PM.

Details

Reviewers
pcc
Summary

I think this code is dead since rename was reimplemented on windows in r315079.

Diff Detail

Event Timeline

rafael created this revision.Nov 13 2017, 5:49 PM
davide accepted this revision.Nov 13 2017, 5:54 PM
davide added a subscriber: davide.

Seems safe (assuming it doesn't break windows)

This revision is now accepted and ready to land.Nov 13 2017, 5:54 PM
pcc edited edge metadata.Nov 13 2017, 6:01 PM
pcc added a subscriber: inglorion.

Unfortunately, we were still seeing occasional permission denied errors on our bots even with that change.
e.g. https://build.chromium.org/p/chromium.clang/builders/ToTWinThinLTO64/builds/101
So this code was added as part of D39874.

The confusion is understandable. Bob, can you please update the comment to make it clear why we need that code even with a better implementation of rename?

davide removed a reviewer: davide.Nov 15 2017, 9:58 AM
davide removed a subscriber: davide.
This revision now requires review to proceed.Nov 15 2017, 9:58 AM
rafael abandoned this revision.Nov 15 2017, 11:18 AM