summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/libunwind/src/UnwindCursor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/libunwind/src/UnwindCursor.hpp')
-rw-r--r--gnu/llvm/libunwind/src/UnwindCursor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/libunwind/src/UnwindCursor.hpp b/gnu/llvm/libunwind/src/UnwindCursor.hpp
index 31097b48fb3..8eb8d180777 100644
--- a/gnu/llvm/libunwind/src/UnwindCursor.hpp
+++ b/gnu/llvm/libunwind/src/UnwindCursor.hpp
@@ -75,7 +75,7 @@ extern "C" _Unwind_Reason_Code __libunwind_seh_personality(
namespace libunwind {
-static UnwindInfoSectionsCache uwis_cache;
+static thread_local UnwindInfoSectionsCache uwis_cache;
#if defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND)
/// Cache of recently found FDEs.