[PATCH] D19752: ELF: New symbol table design.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 30 18:37:02 PDT 2016


pcc updated this revision to Diff 55732.
pcc marked 7 inline comments as done.
pcc added a comment.

- Merge SymbolTableBase and SymbolTable, and add Symtab global
- Fix merge error
- Remove some unused members of SymbolBody
- undefine -> Undefine
- Remove obsolete comment
- auto Cmp -> int Cmp
- Use std::tie


http://reviews.llvm.org/D19752

Files:
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/LTO.cpp
  ELF/MarkLive.cpp
  ELF/OutputSections.cpp
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  ELF/Symbols.cpp
  ELF/Symbols.h
  ELF/Writer.cpp
  docs/NewLLD.rst
  test/ELF/lto/common2.ll
  test/ELF/relocation-copy-alias.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19752.55732.patch
Type: text/x-patch
Size: 74101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160501/3214b920/attachment-0001.bin>


More information about the llvm-commits mailing list