| commit | b5f39845417560b7a54342dcb013af82f83567b2 | [log] [tgz] |
|---|---|---|
| author | Fangrui Song <maskray@google.com> | Wed Apr 24 02:40:20 2019 +0000 |
| committer | Fangrui Song <maskray@google.com> | Wed Apr 24 02:40:20 2019 +0000 |
| tree | 2d0b5f481f113680da28e5902427b99e692ce2d6 | |
| parent | add16a8da9ccd07eabda2dffd0d32188f07da09c [diff] |
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms Summary: And migrate opt<unsigned long long> to opt<uint64_t> Fixes PR19665 Differential Revision: https://reviews.llvm.org/D60933 llvm-svn: 359068