[PATCH] D60933: [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 18:03:55 PDT 2019


MaskRay updated this revision to Diff 196162.
MaskRay marked an inline comment as done.
MaskRay added a comment.

Rebase and make a drive-by fix `uint` -> `ulong`


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60933

Files:
  include/llvm/Support/CommandLine.h
  lib/Support/CommandLine.cpp
  lib/Support/RandomNumberGenerator.cpp
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  lib/Transforms/Instrumentation/MemorySanitizer.cpp
  tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  tools/llvm-lto/llvm-lto.cpp
  tools/llvm-objdump/llvm-objdump.cpp
  tools/llvm-rtdyld/llvm-rtdyld.cpp
  tools/llvm-symbolizer/llvm-symbolizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60933.196162.patch
Type: text/x-patch
Size: 14344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190423/66d329de/attachment-0001.bin>


More information about the llvm-commits mailing list