Change the way we create the symbol table to be closer to how its down on ELF.
Now the output symbol table matches the internal symtab data structure more closely
and includes local and undefined symbols.
Fixes PR40204
Differential D56947
[WebAssembly] Fix crash with LTO + relocatable + undefined symbols sbc100 on Jan 18 2019, 4:44 PM. Authored by
Details Change the way we create the symbol table to be closer to how its down on ELF. Fixes PR40204
Diff Detail
Event Timeline
|
Maybe this would be better as
? I believe that's how we handle .symtab in ELF for example.