[PATCH] D151273: [llvm-debuginfod][NFC] Switch to OptTable

Andres Villegas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 15:50:35 PDT 2023


avillega added inline comments.


================
Comment at: llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp:113
+  parseIntArg(Args, OPT_scan_interval, ScanInterval, 300);
+  parseIntArg(Args, OPT_max_concurrency, MaxConcurrency, size_t(0));
+
----------------
In the previous version, this was using `0ul` as the default value which was breaking some targets.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151273/new/

https://reviews.llvm.org/D151273



More information about the llvm-commits mailing list