This is an archive of the discontinued LLVM Phabricator instance.

CachePruning: correct comment about file order. NFC
ClosedPublic

Authored by chfast on Jun 23 2016, 2:54 AM.

Details

Summary

Actually the list of cached files is sorted by file size, not by last accessed time. Also remove unused file access time param for a helper function.

Diff Detail

Repository
rL LLVM

Event Timeline

chfast updated this revision to Diff 61657.Jun 23 2016, 2:54 AM
chfast retitled this revision from to CachePruning: correct comment about file order. NFC.
chfast updated this object.
chfast added a subscriber: llvm-commits.
davide accepted this revision.Jun 24 2016, 3:36 PM
davide edited edge metadata.

lgtm.

This revision is now accepted and ready to land.Jun 24 2016, 3:36 PM
This revision was automatically updated to reflect the committed changes.