This is also consistent with SymVector that exists in COFF port and soon to
be added to the wasm port.
Split off as part of https://reviews.llvm.org/D40371
Paths
| Differential D40525
Rename `Symtab` private memory to avoid confusion with global `Symtab` ClosedPublic Authored by sbc100 on Nov 27 2017, 2:53 PM.
Details Summary This is also consistent with SymVector that exists in COFF port and soon to Split off as part of https://reviews.llvm.org/D40371
Diff Detail
Event Timelinesbc100 retitled this revision from Rename `Symtab` private memory to avoid confusion with global `Symtab`
Split off as part of https://reviews.llvm.org/D40371 to Rename `Symtab` private memory to avoid confusion with global `Symtab`Split off as part of https://reviews.llvm.org/D40371.Nov 27 2017, 2:55 PM sbc100 retitled this revision from Rename `Symtab` private memory to avoid confusion with global `Symtab`Split off as part of https://reviews.llvm.org/D40371 to Rename `Symtab` private memory to avoid confusion with global `Symtab`. This revision is now accepted and ready to land.Nov 27 2017, 2:58 PM Closed by commit rL319113: Rename `Symtab` private memory to avoid confusion with global `Symtab` (authored by sbc). · Explain WhyNov 27 2017, 3:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124481 lld/trunk/COFF/SymbolTable.h
lld/trunk/COFF/SymbolTable.cpp
lld/trunk/ELF/SymbolTable.h
lld/trunk/ELF/SymbolTable.cpp
lld/trunk/wasm/SymbolTable.h
lld/trunk/wasm/SymbolTable.cpp
|