[PATCH] D85786: [lld-macho] Emit load command LC_BUILD_VERSION
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 17:38:04 PDT 2020
smeenai added inline comments.
================
Comment at: lld/MachO/Writer.cpp:257
+
+ const int ntools = 1;
+
----------------
Nit: can this and `platform` be private?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85786/new/
https://reviews.llvm.org/D85786
More information about the llvm-commits
mailing list