This covers the special section ordering handling. This chooses to fake the sections vs creating them organically which is probably a bit easier to maintain.
Details
Details
- Reviewers
int3 - Group Reviewers
Restricted Project - Commits
- rG2e5a0b3d835b: [lld-macho][test] Add test case for section ordering
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This chooses to fake the sections vs creating them organically which is probably a bit easier to maintain.
Neat idea :D
lld/test/MachO/section-order.s | ||
---|---|---|
8 | 12 and 21 were so named to reflect the order of the input object files, so 22 doesn't exactly make sense here. Maybe name this synth-section-order instead? |
12 and 21 were so named to reflect the order of the input object files, so 22 doesn't exactly make sense here. Maybe name this synth-section-order instead?