[PATCH] D99633: [lld-macho][nfc] Refactor in preparation for 32-bit support
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 19:11:37 PDT 2021
int3 added inline comments.
================
Comment at: lld/MachO/Target.h:43
virtual int64_t
- getEmbeddedAddend(llvm::MemoryBufferRef, const llvm::MachO::section_64 &,
const llvm::MachO::relocation_info) const = 0;
----------------
changed this parameter so we wouldn't have to templatize `TargetInfo`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99633/new/
https://reviews.llvm.org/D99633
More information about the llvm-commits
mailing list