diff options
author | Sam Clegg <sbc@chromium.org> | 2021-09-09 11:55:08 -0400 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2021-09-09 12:45:58 -0400 |
commit | 6355234660551e7562e2ace512ccaefacbbb9065 (patch) | |
tree | c7f1bd68510659a5522249842ba1b34f671d36c3 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | c34f3780a7f0f8515ab3ca325b277eadd216df79 (diff) | |
download | llvm-6355234660551e7562e2ace512ccaefacbbb9065.zip llvm-6355234660551e7562e2ace512ccaefacbbb9065.tar.gz llvm-6355234660551e7562e2ace512ccaefacbbb9065.tar.bz2 |
[lld][WebAssembly] Fix crash on un-used __tls_base symbol
In the case that TLS is used in the single-threaded program, and
therefore effectively lowered away, we still optionally create a
`__tls_base` symbols, but the code for setting it was assuming it was
always created.
Differential Revision: https://reviews.llvm.org/D109518
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions