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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 05:48:08 PDT 2018


jhenderson added inline comments.


================
Comment at: tools/llvm-lto/llvm-lto.cpp:161
 
-static cl::opt<int>
+static cl::opt<uint64_t>
     ThinLTOCacheMaxSizeBytes("thinlto-cache-max-size-bytes",
----------------
https://bugs.llvm.org/show_bug.cgi?id=19665 has meant this doesn't work on my Linux machine, so I'm changing it to unsigned long long.


Repository:
  rL LLVM

https://reviews.llvm.org/D52023





More information about the llvm-commits mailing list