[PATCH] D71729: [CommandLine] Add template instantiations of cl::parser for long and long long.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 14:53:11 PST 2019
rriddle created this revision.
rriddle added reviewers: MaskRay, yln.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
This allows for cl::opt<int64_t> on LP64 platforms.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71729
Files:
llvm/include/llvm/Support/CommandLine.h
llvm/lib/Support/CommandLine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71729.234793.patch
Type: text/x-patch
Size: 3614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191219/918c7676/attachment.bin>
More information about the llvm-commits
mailing list