Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Build Status
Buildable 12326 Build 12326: arc lint + arc unit
Event Timeline
lld/ELF/MarkLive.cpp | ||
---|---|---|
219–222 | I believe these lines are redundant. In this lambda, we mark sections the externally visible and other special symbols point to, not the symbols themselves. To that moment, we have read symbols from DSOs and includeInDynsym will return true for them. Thus, these lines just result in that IsNeeded is set for all DSOs which have non-weak global symbols. |
I believe these lines are redundant. In this lambda, we mark sections the externally visible and other special symbols point to, not the symbols themselves. To that moment, we have read symbols from DSOs and includeInDynsym will return true for them. Thus, these lines just result in that IsNeeded is set for all DSOs which have non-weak global symbols.