summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2017-11-01 23:39:41 +0000
committerMitch Phillips <mitchphillips@outlook.com>2017-11-01 23:39:41 +0000
commit4ab6fc0cd61bb9367fcb4963cc62aef08ecf74c5 (patch)
tree8b3f78decfdd3d8dadb1d5efcbec31dea7acc374 /llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h
parent4d629b80237c0a42601b7e1bc02202e3c33183bf (diff)
downloadbcm5719-llvm-4ab6fc0cd61bb9367fcb4963cc62aef08ecf74c5.tar.gz
bcm5719-llvm-4ab6fc0cd61bb9367fcb4963cc62aef08ecf74c5.zip
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 llvm-svn: 317141
Diffstat (limited to 'llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h')
-rw-r--r--llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h b/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h
index 3536520d590..12d9c95e3cf 100644
--- a/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h
+++ b/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h
@@ -47,8 +47,8 @@ using Instr = llvm::cfi_verify::FileAnalysis::Instr;
namespace llvm {
namespace cfi_verify {
-extern uint64_t SearchLengthForUndef;
-extern uint64_t SearchLengthForConditionalBranch;
+extern unsigned long long SearchLengthForUndef;
+extern unsigned long long SearchLengthForConditionalBranch;
struct ConditionalBranchNode {
uint64_t Address;
OpenPOWER on IntegriCloud