[PATCH] D18456: Add lastAccessedTime to file_status
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 13:16:04 PDT 2016
clans is using stat() and st_atime, see line 1256 here: http://clang.llvm.org/doxygen/CompilerInstance_8cpp_source.html#l01256
> On Mar 24, 2016, at 1:10 PM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
>
> So, the code looks fine, but given how limited the OS support is, is this useful?
>
> What cache replacement policy is used by clang? Or by ccache?
>
> Cheers,
> Rafael
>
> On Mar 24, 2016 3:16 PM, "Mehdi AMINI" <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote:
> joker.eph added a comment.
>
> Note: I didn't test the windows part, I wrote it by reading https://msdn.microsoft.com/en-us/library/windows/desktop/ms724320(v=vs.85).aspx <https://msdn.microsoft.com/en-us/library/windows/desktop/ms724320(v=vs.85).aspx>
>
>
> http://reviews.llvm.org/D18456 <http://reviews.llvm.org/D18456>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/186cbb5d/attachment.html>
More information about the llvm-commits
mailing list