[llvm] [DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParallel to have a common library. Part 1. (PR #75925)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan  9 08:28:42 PST 2024
    
    
  
avl-llvm wrote:
> The library names don't match the directory layout, which is really unusual.
> 
> How about naming the library in DWARFLinker/Classic LLVMDWARFLinkerClassic to match the name? Also, the one in DWARFLinker should then either be renamed to LLVMDWARFLinker or be moved into DWARFLinker/Base.
yep, will rename libraries:
DWARFLinker->LLVMDWARFLinker
DWARFLinker/Classic -> LLVMDWARFLinkerClassic
Thanks!
https://github.com/llvm/llvm-project/pull/75925
    
    
More information about the llvm-commits
mailing list