Files
clang-p2996/llvm/lib/Support/CrashRecoveryContext.cpp
Markus Böck 8fd8a97c94 [llvm] Refactor leftover ThreadLocal usage in MinGW code
This code was accidently left over after https://reviews.llvm.org/D141349 and now leads to compilation failure due to missing declaration (since the class has been removed)

Just migrate it by making use of `LLVM_THREAD_LOCAL` instead.

Differential Revision: https://reviews.llvm.org/D141535
2023-01-11 21:47:25 +01:00

17 KiB