[ELF][ARM] Fix clang-armv7-linux-build-cache builds of LLD [NFC]

r355153 introduced a build failure on a build bot that uses clang natively
on an armv7-a machine. This a temporary fix to use size_t rather than
uint64_t.

llvm-svn: 355195
This commit is contained in:
Peter Smith 2019-03-01 10:52:25 +00:00
parent f56def4ea4
commit 22ce712c19

View File

@ -82,7 +82,7 @@ private:
std::vector<PhdrEntry *> Phdrs;
uint64_t FileSize;
size_t FileSize;
uint64_t SectionHeaderOff;
};
} // anonymous namespace