Android now allocates only 8 fixed TLS slots. Somehow we were getting away
with using a non-existent slot until now, but in some cases the TLS slots
were being placed at the end of a page, which led to a segfault at startup.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo