[PATCH] D86642: [lld-macho] Support GOT relocations to __dso_handle
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 22:50:32 PDT 2020
int3 added inline comments.
================
Comment at: lld/MachO/Symbols.h:176
- static bool classof(const Symbol *s) { return s->kind() == DefinedKind; }
+ static bool classof(const Symbol *s) { return s->kind() == DSOHandleKind; }
};
----------------
smeenai wrote:
> Oops™
🙃
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86642/new/
https://reviews.llvm.org/D86642
More information about the llvm-commits
mailing list