[PATCH] D52023: [ThinLTO]Allow setting of maximum cache size with 64-bit number, and provide C-interface function for large values

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 06:26:02 PDT 2018


tejohnson added inline comments.


================
Comment at: include/llvm-c/lto.h:828
 extern void thinlto_codegen_set_cache_size_bytes(thinlto_code_gen_t cg,
                                                  unsigned max_size_bytes);
 
----------------
Shouldn't this be changed to uint64_t? I don't think that would break any existing users since it is wider.


Repository:
  rL LLVM

https://reviews.llvm.org/D52023





More information about the llvm-commits mailing list