[PATCH] D81982: [lld-macho] Use uint64_t for getSize() instead of size_t

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 17:33:36 PDT 2020


int3 created this revision.
int3 added reviewers: lld-macho, vzakhari.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

So things work on 32-bit machines. (@vzakhari reported the
breakage starting from D80177 <https://reviews.llvm.org/D80177>).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81982

Files:
  lld/MachO/InputSection.h
  lld/MachO/MergedOutputSection.h
  lld/MachO/OutputSection.h
  lld/MachO/SyntheticSections.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81982.271249.patch
Type: text/x-patch
Size: 5745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/dc7470a5/attachment.bin>


More information about the llvm-commits mailing list