namespace {
struct CrashRecoveryContextImpl;
-static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext;
+LLVM_THREAD_LOCAL static const CrashRecoveryContextImpl *CurrentContext;
struct CrashRecoveryContextImpl {
// When threads are disabled, this links up all active
static bool gCrashRecoveryEnabled = false;
-static LLVM_THREAD_LOCAL const CrashRecoveryContext *IsRecoveringFromCrash;
+LLVM_THREAD_LOCAL static const CrashRecoveryContext *IsRecoveringFromCrash;
} // namespace