[PATCH] D18422: Add Cache Pruning support

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 15:59:46 PDT 2016


joker.eph added inline comments.

================
Comment at: lib/Support/CachePruning.cpp:22
@@ +21,3 @@
+#include <set>
+#if defined(__APPLE__)
+#include <sys/mount.h>
----------------
silvas wrote:
> Do you still need these includes? I can't find anything using them after staring for a while at the code.
Oh yeah those aren't needed anymore after the refactoring in `sys::filesystem`, will cleanup.


http://reviews.llvm.org/D18422





More information about the llvm-commits mailing list