Reduce sizeof(Symbol) from 104 bytes to 88 bytes.
authorRui Ueyama <ruiu@google.com>
Sat, 28 Oct 2017 22:18:17 +0000 (22:18 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 28 Oct 2017 22:18:17 +0000 (22:18 +0000)
commitbd730e3ca7f802910c263e35e6e0fd12873ebfbe
treec7f3d81050e806b6e24b158185ff0b9fcd6ffc5e
parentb37a24e82f8220cd766592aad65bfd69c2ff9073
Reduce sizeof(Symbol) from 104 bytes to 88 bytes.

Finding aliases for shared symbols doesn't need st_shndx because
we can just compare st_value.

llvm-svn: 316848
lld/ELF/Relocations.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/Symbols.h