From: Peter Collingbourne Date: Fri, 7 Jun 2019 18:57:32 +0000 (+0000) Subject: Unbreak 32-bit build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b182b22618939afa268939b827442ee88a5f0c30;p=llvm Unbreak 32-bit build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-objcopy/ELF/Object.h b/tools/llvm-objcopy/ELF/Object.h index af37a2bbc62..2d0efa0a661 100644 --- a/tools/llvm-objcopy/ELF/Object.h +++ b/tools/llvm-objcopy/ELF/Object.h @@ -889,7 +889,7 @@ private: const ELFFile &ElfFile; Object &Obj; - uint64_t EhdrOffset = 0; + size_t EhdrOffset = 0; Optional ExtractPartition; void setParentSegment(Segment &Child);