[PATCH] D60353: ELF: Add basic partition data structures and behaviours.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 14:51:44 PDT 2019
pcc marked 3 inline comments as done.
pcc added inline comments.
================
Comment at: lld/ELF/SyntheticSections.h:42
InputSectionBase::Synthetic) {
- this->Live = true;
+ this->markLive();
}
----------------
MaskRay wrote:
> Is `this->` redundant?
Yes, removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60353/new/
https://reviews.llvm.org/D60353
More information about the llvm-commits
mailing list