[PATCH] D104607: [lld-macho] Have inputOrder default to less than INT_MAX
    Jez Ng via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jun 20 16:34:26 PDT 2021
    
    
  
int3 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;
+
----------------
smeenai wrote:
> Any particular significance to the 1024?
nope, I just wanted a nice round number
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