Skip to content
  • Rui Ueyama's avatar
    Rename SymbolBody -> Symbol · f52496e1
    Rui Ueyama authored
    Now that we have only SymbolBody as the symbol class. So, "SymbolBody"
    is a bit strange name now. This is a mechanical change generated by
    
      perl -i -pe s/SymbolBody/Symbol/g $(git grep -l SymbolBody lld/ELF lld/COFF)
    
    nd clang-format-diff.
    
    Differential Revision: https://reviews.llvm.org/D39459
    
    llvm-svn: 317370
    f52496e1
Loading