[PATCH] D41279: [ThinLTO][C-API] Correct api comments
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 09:46:56 PST 2017
mehdi_amini added inline comments.
================
Comment at: include/llvm/LTO/legacy/ThinLTOCodeGenerator.h:152
- /// Cache policy: interval (seconds) between two prune of the cache. Set to a
- /// negative value (default) to disable pruning. A value of 0 will be ignored.
void setCachePruningInterval(int Interval) {
----------------
Why are you removing the indication about the default?
https://reviews.llvm.org/D41279
More information about the llvm-commits
mailing list