... only whether they have more than zero. This simplifies the code slightly.
I've also moved the field into the ConcatInputSection subclass since it doesn't
actually get used by the other InputSections.
Paths
| Differential D115539
[lld-macho][nfc] InputSections don't need to track their total # of callsites ClosedPublic Authored by int3 on Dec 10 2021, 10:28 AM.
Details
Summary ... only whether they have more than zero. This simplifies the code slightly. I've also moved the field into the ConcatInputSection subclass since it doesn't
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 10 2021, 4:32 PM Closed by commit rG40bcbe48e8ec: [lld-macho][nfc] InputSections don't need to track their total # of callsites (authored by int3). · Explain WhyDec 10 2021, 10:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 393664 lld/MachO/ConcatOutputSection.cpp
lld/MachO/InputSection.h
|