[PATCH] D80048: [lld-macho] Support X86_64_RELOC_UNSIGNED

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 21:11:26 PDT 2020


int3 marked an inline comment as done.
int3 added inline comments.


================
Comment at: lld/MachO/Target.h:32
   virtual ~TargetInfo() = default;
+
   virtual uint64_t getImplicitAddend(const uint8_t *loc,
----------------
MaskRay wrote:
> unrelated?
kind of? I thought a linebreak there made sense because the next two methods are specifically dealing with manipulating relocations


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80048/new/

https://reviews.llvm.org/D80048





More information about the llvm-commits mailing list