mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 14:26:09 +00:00

Mach-O can just use the global variable `FirstPrivateHeader`. If we ever manage to remove global variables, we can add a Config variable to Dumper. Either case, the parameter is not needed. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D156291