Also remove iteration over ArchiveFile symbols in buildInputSectionPriorities --
that was rendered unnecessary after D92539, which included ObjFiles from
ArchiveFiles inside the inputFiles vector.
Details
Details
- Reviewers
smeenai - Group Reviewers
Restricted Project - Commits
- rG64e475720020: [lld-macho] Have order files support filtering by archive member paths
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
lld/MachO/Writer.cpp | ||
---|---|---|
502–511 | Out of curiosity, why the change from reference to pointer? Is it a leftover from an attempt to use toString? |
lld/MachO/Writer.cpp | ||
---|---|---|
502–511 | oops yeah it is. I can put the reference back |
Out of curiosity, why the change from reference to pointer? Is it a leftover from an attempt to use toString?