Pad macho section data to pointer size bytes, so that relocation table
and symbol table following section data will be pointer size aligned.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 46006 Build 48196: arc lint + arc unit
Event Timeline
Comment Actions
I don't know much about Mach object but code wise LGTM.
You should get approval from someone more knowledgeable than me though.
Comment Actions
LGTM.
This shouldn't affect the final binary size as the linker is going to probably recreate the relocations and symbol table anyway, but seems fine to align this more in the object files.
Comment Actions
Thank you for your comments. And could you help me to commit the change since I haven't got the permission yet? Thanks.
Comment Actions
If the patch is submitted already you should mark this patch as "Abandonned" and link to the commit in a comment. Thx!