[PATCH] D100523: [lld][MachO] Add support for LC_VERSION_MIN_* load commands
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 21:06:55 PDT 2021
alexshap added inline comments.
================
Comment at: lld/MachO/InputFiles.h:93-98
const Kind fileKind;
const StringRef name;
static int idCount;
+
+ template <class LP> llvm::Optional<PlatformInfo> getPlatformInfo() const;
----------------
int3 wrote:
> nit: methods above fields
ok
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100523/new/
https://reviews.llvm.org/D100523
More information about the llvm-commits
mailing list