[PATCH] D43946: [WebAssembly] Reorder reloc sections to come after symtab
    Sam Clegg via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar  1 10:16:16 PST 2018
    
    
  
sbc100 added a comment.
it sounds like we shouldn't care about the ordering of name vs reloc sections.  It up to the generator.  yaml2obj can always put the relocs last if it likes.  that doesn't mean lld needs t to do the same.
Repository:
  rLLD LLVM Linker
https://reviews.llvm.org/D43946
    
    
More information about the llvm-commits
mailing list