[PATCH] D39667: ELF: Merge DefinedRegular and Defined.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 5 20:31:36 PST 2017
pcc added inline comments.
================
Comment at: lld/ELF/Symbols.h:104
- bool isInCurrentOutput() const {
- return SymbolKind == DefinedRegularKind;
- }
+ bool isInCurrentOutput() const { return isDefined(); }
----------------
ruiu wrote:
> I expect you'll remove this function in a follow-up patch.
Right.
https://reviews.llvm.org/D39667
More information about the llvm-commits
mailing list