llvm-capstone/lld/wasm
Sam Clegg a04a507714 [lld][WebAssembly] Fix crash accessing non-live __tls_base symbol
In programs that don't otherwise depend on `__tls_base` it won't
be marked as live.  However this symbol is used internally in
a couple of places do we need to mark it as live explictily in
those places.

Fixes: #54386

Differential Revision: https://reviews.llvm.org/D121931
2022-03-17 13:59:45 -07:00
..
CMakeLists.txt
Config.h
Driver.cpp
InputChunks.cpp
InputChunks.h
InputElement.h
InputFiles.cpp
InputFiles.h
LTO.cpp
LTO.h
MapFile.cpp
MapFile.h
MarkLive.cpp
MarkLive.h
Options.td
OutputSections.cpp
OutputSections.h
OutputSegment.cpp
OutputSegment.h
Relocations.cpp
Relocations.h
Symbols.cpp
Symbols.h
SymbolTable.cpp
SymbolTable.h
SyntheticSections.cpp
SyntheticSections.h
Writer.cpp [lld][WebAssembly] Fix crash accessing non-live __tls_base symbol 2022-03-17 13:59:45 -07:00
Writer.h
WriterUtils.cpp
WriterUtils.h