Unbreak 32-bit build.

llvm-svn: 362827
This commit is contained in:
Peter Collingbourne 2019-06-07 18:57:32 +00:00
parent 991c32b260
commit 2f97483928

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);