[PATCH] D31020: Support: Add a cache pruning policy parser.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 19:57:36 PDT 2017


pcc created this revision.
Herald added a subscriber: mgorny.

The idea is that the policy string fully specifies the policy and is portable
between clients.


https://reviews.llvm.org/D31020

Files:
  llvm/include/llvm/LTO/Caching.h
  llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  llvm/include/llvm/Support/CachePruning.h
  llvm/lib/Support/CachePruning.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/CachePruningTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31020.91968.patch
Type: text/x-patch
Size: 9570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170316/9897a4b6/attachment.bin>


More information about the llvm-commits mailing list