[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:49:16 PDT 2023
avillega updated this revision to Diff 526829.
avillega added a comment.
This is a reland of https://reviews.llvm.org/D151273 which
had to be reverted because size_t type is implementation
dependant and the original change was assuming `unsigned long`
for the default value of one the command line arguments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151273/new/
https://reviews.llvm.org/D151273
Files:
llvm/tools/llvm-debuginfod/CMakeLists.txt
llvm/tools/llvm-debuginfod/Opts.td
llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp
llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151273.526829.patch
Type: text/x-patch
Size: 8682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230530/88f6ef62/attachment.bin>
More information about the llvm-commits
mailing list