mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 02:16:06 +00:00

Fixes #112538 The problem was that the host associated symbol for the threadprivate variable doesn't have all of the symbol attributes (e.g. POINTER). This caused the lowering code to generate the wrong type, eventually hitting an assertion.