[PATCH] D23599: [ThinLTO] Add caching to the new LTO API

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 23:38:18 PDT 2016


mehdi_amini added a comment.

Thanks for catching this :)


================
Comment at: include/llvm/LTO/Caching.h:67
@@ +66,3 @@
+ *    the occupied space goes below a threshold.
+ * @{
+ */
----------------
dberris wrote:
> Unsure what this means in Doxygen, but should there be a closing `@}` somewhere else?
It is for grouping (\defgroup), but here it is a bad copy/paste. I removed all this code.


https://reviews.llvm.org/D23599





More information about the llvm-commits mailing list