[PATCH] D99633: [lld-macho][nfc] Refactor in preparation for 32-bit support

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 09:15:49 PDT 2021


oontvoo added inline comments.


================
Comment at: lld/MachO/Target.h:89
+
+struct LP32 {
+  using mach_header = llvm::MachO::mach_header;
----------------
not to be pedantic, but maybe `ILP32` ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99633/new/

https://reviews.llvm.org/D99633



More information about the llvm-commits mailing list