[PATCH] D104607: [lld-macho] Have inputOrder default to less than INT_MAX
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 20 16:32:18 PDT 2021
smeenai added inline comments.
================
Comment at: lld/MachO/OutputSection.h:27
+// placed at the end of their segment.
+constexpr int UnspecifiedInputOrder = std::numeric_limits<int>::max() - 1024;
+
----------------
Any particular significance to the 1024?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104607/new/
https://reviews.llvm.org/D104607
More information about the llvm-commits
mailing list