[PATCH] D61696: [COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC
    Alexandre Ganea via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  9 13:59:03 PDT 2019
    
    
  
aganea added inline comments.
================
Comment at: lld/COFF/Chunks.h:126
   // The output section for this chunk.
   OutputSection *Out = nullptr;
 };
----------------
Unrelated to this patch, but do you plan on converting 'Out' to an index as well?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61696/new/
https://reviews.llvm.org/D61696
    
    
More information about the llvm-commits
mailing list