Unbreak 32-bit build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Collingbourne 2019-06-07 18:57:32 +00:00
parent 7a94d4e4e4
commit b182b22618

View File

@ -889,7 +889,7 @@ private:
const ELFFile<ELFT> &ElfFile;
Object &Obj;
uint64_t EhdrOffset = 0;
size_t EhdrOffset = 0;
Optional<StringRef> ExtractPartition;
void setParentSegment(Segment &Child);