[PATCH] D42446: [ThinLTO] Add a couple of more knobs to C API to control cache size.

Katya Romanova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 13:04:43 PST 2018


kromanova added a comment.

Please let me know if more changes needed to this patch.

Based on the discussion in this code review, I'm planning to make two simple follow-up patches: 
(1) formatting in llvm-lto.cpp  (let me know an example of preferred formatting that I could use as a template or I could use plain clang-format).
(2) accepting 0 values for setCacheEntryExpiration, setMaxCacheSizeRelativeToAvailableSpace, setCacheMaxSizeBytes, setCacheMaxSizeFiles.


https://reviews.llvm.org/D42446





More information about the llvm-commits mailing list