[PATCH] D18422: Add Cache Pruning support

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 15:34:18 PDT 2016


silvas added inline comments.

================
Comment at: lib/Support/CachePruning.cpp:22
@@ +21,3 @@
+#include <set>
+#if defined(__APPLE__)
+#include <sys/mount.h>
----------------
Do you still need these includes? I can't find anything using them after staring for a while at the code.


http://reviews.llvm.org/D18422





More information about the llvm-commits mailing list