mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 10:38:23 +08:00
[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:
@@ -82,7 +82,7 @@ private:
|
||||
|
||||
std::vector<PhdrEntry *> Phdrs;
|
||||
|
||||
uint64_t FileSize;
|
||||
size_t FileSize;
|
||||
uint64_t SectionHeaderOff;
|
||||
};
|
||||
} // anonymous namespace
|
||||
|
||||
Reference in New Issue
Block a user