[all-commits] [llvm/llvm-project] a2d096: [lld-macho] Use uint64_t for getSize() instead of ...
Jez Ng via All-commits
all-commits at lists.llvm.org
Tue Jun 16 19:09:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2d096df26079ab81ae6a4b7fbd34986291210d5
https://github.com/llvm/llvm-project/commit/a2d096df26079ab81ae6a4b7fbd34986291210d5
Author: Jez Ng <jezng at fb.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M lld/MachO/InputSection.h
M lld/MachO/MergedOutputSection.h
M lld/MachO/OutputSection.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/SyntheticSections.h
Log Message:
-----------
[lld-macho] Use uint64_t for getSize() instead of size_t
Summary:
So things work on 32-bit machines. (@vzakhari reported the
breakage starting from D80177).
Reviewers: #lld-macho, vzakhari
Subscribers: llvm-commits, vzakhari
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81982
More information about the All-commits
mailing list