[PATCH] D145626: [WebAssembly] Support debug info for TLS + global in PIC mode
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 17:10:49 PST 2023
aheejin added a comment.
Only debug info won't work. So the devtools DWARF extension (https://chrome.google.com/webstore/detail/cc%20%20-devtools-support-dwa/pdcpmagijalfljmkmjngeonclgbbannb) will display `undefined` or some garbage value for TLS variables in dynamic linking. But that's the status quo for them anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145626/new/
https://reviews.llvm.org/D145626
More information about the llvm-commits
mailing list