And migrate opt<unsigned long long> to opt<uint64_t>
Fixes PR19665
Paths
| Differential D60933
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms ClosedPublic Authored by MaskRay on Apr 19 2019, 9:08 PM.
Details Summary And migrate opt<unsigned long long> to opt<uint64_t> Fixes PR19665
Diff Detail
Event Timelineyln added inline comments.
MaskRay marked an inline comment as done. Comment ActionsRebase and make a drive-by fix uint -> ulong This revision is now accepted and ready to land.Apr 23 2019, 10:31 AM Closed by commit rL359068: [CommandLine] Provide parser<unsigned long> instantiation to allow cl… (authored by MaskRay). · Explain WhyApr 23 2019, 7:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 196376 llvm/trunk/include/llvm/Support/CommandLine.h
llvm/trunk/lib/Support/CommandLine.cpp
llvm/trunk/lib/Support/RandomNumberGenerator.cpp
llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/trunk/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
llvm/trunk/tools/llvm-cfi-verify/lib/GraphBuilder.h
llvm/trunk/tools/llvm-cfi-verify/lib/GraphBuilder.cpp
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
llvm/trunk/tools/llvm-lto/llvm-lto.cpp
llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
llvm/trunk/tools/llvm-rtdyld/llvm-rtdyld.cpp
llvm/trunk/tools/llvm-symbolizer/llvm-symbolizer.cpp
|