[PATCH] D18422: Add Cache Pruning support
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sat May 14 08:36:07 PDT 2016
chapuni added a subscriber: chapuni.
================
Comment at: lib/Support/CachePruning.cpp:44
@@ +43,3 @@
+ if (sys::fs::status(TimestampFile, FileStatus)) {
+ if (errno == ENOENT) {
+ // If the timestamp file wasn't there, create one now.
----------------
Don't use errno. Fixed in r269565.
http://reviews.llvm.org/D18422
More information about the llvm-commits
mailing list