[llvm] [llvm-size] Add -z option for Mach-O to exclude __PAGEZERO size. (PR #159574)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 01:59:25 PDT 2025
================
@@ -0,0 +1,60 @@
+# Test the -z option to skip __PAGEZERO segment in Mach-O files
----------------
jh7370 wrote:
```suggestion
## Test the -z option to skip __PAGEZERO segment in Mach-O files.
```
New tests in the LLVM tools usually use double comment markers (i.e. `##`). Also, comments should end with "." per the style guide.
https://github.com/llvm/llvm-project/pull/159574
More information about the llvm-commits
mailing list