]> granicus.if.org Git - llvm/commit
Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>
authorMitch Phillips <mitchphillips@outlook.com>
Wed, 1 Nov 2017 23:39:41 +0000 (23:39 +0000)
committerMitch Phillips <mitchphillips@outlook.com>
Wed, 1 Nov 2017 23:39:41 +0000 (23:39 +0000)
commit2471073a0bf0f8dd545acd32b0d5174931dfee95
tree25ab34f8c642b2ed13f60befba74352bbc8af29f
parent9ae2da659ffdc34a54d8e67df7afcb509bdace17
Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>

cl::opt<uint64_t> fails when parsing command line arguments.

See https://bugs.llvm.org/show_bug.cgi?id=19665.

Reviewers: pcc

Subscribers: mgorny, llvm-commits, kcc

Differential Revision: https://reviews.llvm.org/D38657

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317141 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
tools/llvm-cfi-verify/lib/GraphBuilder.h