mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 00:20:14 +00: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:
parent
f56def4ea4
commit
22ce712c19
@ -82,7 +82,7 @@ private:
|
||||
|
||||
std::vector<PhdrEntry *> Phdrs;
|
||||
|
||||
uint64_t FileSize;
|
||||
size_t FileSize;
|
||||
uint64_t SectionHeaderOff;
|
||||
};
|
||||
} // anonymous namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user