These were duplicating (incorrectly) some of the logic for
handling conflicts, but since they are only ever added right
at the start we can assume no existing symbols.
Also rename these methods for clarity.
Paths
| Differential D43252
[WebAssembly] Cleanup methods for add synthetic symbols to symtab ClosedPublic Authored by sbc100 on Feb 13 2018, 12:13 PM.
Details Summary These were duplicating (incorrectly) some of the logic for Also rename these methods for clarity.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 4 others. · View Herald TranscriptFeb 13 2018, 12:13 PM sbc100 retitled this revision from [WebAssembly] Cleanup methods for add synthetic symbols to symbtab to [WebAssembly] Cleanup methods for add synthetic symbols to symtab.Feb 13 2018, 12:15 PM This revision was not accepted when it landed; it landed in state Needs Review.Feb 13 2018, 12:17 PM Closed by commit rL325045: [WebAssembly] Cleanup methods for add synthetic symbols to symbtab. NFC. (authored by sbc). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134096 lld/trunk/wasm/Driver.cpp
lld/trunk/wasm/SymbolTable.h
lld/trunk/wasm/SymbolTable.cpp
|