Ryan Mansfield 30b0215519
[llvm-size] Add --exclude-pagezero option for Mach-O to exclude __PAGEZERO size. (#159574)
Do not include the ``__PAGEZERO`` segment when calculating size information
for Mach-O files when `--exclude-pagezero` is used. The ``__PAGEZERO``
segment is a virtual memory region used for memory protection that does not
contribute to actual size, and excluding can provide a better representation of
actual size.

Fixes #86644
2025-09-29 09:32:28 -07:00
..
2025-09-26 19:06:09 -07:00
2025-04-08 19:34:03 -07:00
2025-08-01 07:01:50 -07:00