Additionally:
- Move the helper functions in InputSection.h below the definition of InputSection, so the important stuff is on top
- Remove unnecessary explicit
Paths
| Differential D92453
[lld-macho][nfc] Move some methods from InputFile to ObjFile ClosedPublic Authored by int3 on Dec 1 2020, 8:15 PM.
Details
Summary Additionally:
Diff Detail
Event TimelineComment Actions The change itself is fine, though I think that the commit message can be improved. The shuffling of the code should be called out in the summary IMO. This revision is now accepted and ready to land.Dec 2 2020, 8:48 AM Comment Actions Shuffling of which code? The changes to InputSection are mentioned in the summary, and the changes to InputFile are mentioned in the commit title Closed by commit rG7b007ac0800b: [lld-macho][nfc] Move some methods from InputFile to ObjFile (authored by int3). · Explain WhyDec 8 2020, 10:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310278 lld/MachO/InputFiles.h
lld/MachO/InputFiles.cpp
lld/MachO/InputSection.h
lld/MachO/InputSection.cpp
|