[PATCH] D54802: [LLD][COFF] Generate import modules in PDB
    Reid Kleckner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 27 08:22:54 PST 2018
    
    
  
rnk added a comment.
In D54802#1309701 <https://reviews.llvm.org/D54802#1309701>, @aganea wrote:
> Actually, the question about folding `.idata` into `.rdata` remains open. Should we follow the same behavior as `link.exe` or not, to reduce variability in the output?
I don't think we intend to support incremental linking, so I'd just fold idata into rdata by default as we do now.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54802/new/
https://reviews.llvm.org/D54802
    
    
More information about the llvm-commits
mailing list