cl::opt<uint64_t> fails when parsing command line arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38657
Update cl::opt<uint64_t> instances to cl::opt<unsigned long long> ClosedPublic Authored by hctim on Oct 6 2017, 5:57 PM.
Details Summary cl::opt<uint64_t> fails when parsing command line arguments.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 1 2017, 4:35 PM Closed by commit rL317141: Update cl::opt<uint64_t> instances to cl::opt<unsigned long long> (authored by hctim). · Explain WhyNov 1 2017, 4:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 121213 llvm/trunk/tools/llvm-cfi-verify/lib/GraphBuilder.h
llvm/trunk/tools/llvm-cfi-verify/lib/GraphBuilder.cpp
|