[PATCH] D118570: [lld-macho] Add support for -image_base, -static, -pagezero_size, and -version_load_command
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 10:51:48 PST 2022
MaskRay added inline comments.
================
Comment at: lld/MachO/Config.h:192
+ bool addLoadVersion = true;
+ uint64_t imageBase;
+
----------------
initialize to zero
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118570/new/
https://reviews.llvm.org/D118570
More information about the llvm-commits
mailing list