[PATCH] D86642: [lld-macho] Support GOT relocations to __dso_handle
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 22:01:04 PDT 2020
smeenai accepted this revision.
smeenai added inline comments.
This revision is now accepted and ready to land.
================
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; }
};
----------------
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