diff options
author | Ryan Mansfield <ryan_mansfield@apple.com> | 2025-09-29 12:32:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-29 09:32:28 -0700 |
commit | 30b0215519428ef264d010c60e36dbfea2ab107c (patch) | |
tree | 72594229950cbbebb6a0472e8e2ff20c45c6c59d /clang/lib/Frontend/ModuleDependencyCollector.cpp | |
parent | 3b299af92383cb7558224482ccfa714f0162f772 (diff) | |
download | llvm-30b0215519428ef264d010c60e36dbfea2ab107c.zip llvm-30b0215519428ef264d010c60e36dbfea2ab107c.tar.gz llvm-30b0215519428ef264d010c60e36dbfea2ab107c.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions