[PATCH] D18422: Add Cache Pruning support

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 13:50:17 PDT 2016


tejohnson added a subscriber: tejohnson.

================
Comment at: lib/Support/CachePruning.cpp:10
@@ +9,3 @@
+//
+// This file implements the Thin Link Time Optimization library. This library is
+// intended to be used by linker to optimize code at link time.
----------------
Stale description.

================
Comment at: lib/Support/CachePruning.cpp:102
@@ +101,3 @@
+    // there.
+    if (sys::fs::status(File->path(), FileStatus))
+      continue;
----------------
When would that happen? Not sure what "nothing interesting there" means or if this is an error?


http://reviews.llvm.org/D18422





More information about the llvm-commits mailing list