We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc97405 commit a32c7c9Copy full SHA for a32c7c9
lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.cpp
@@ -426,12 +426,12 @@ SwiftLanguageRuntime::GetConformances(llvm::StringRef mangled_name) {
426
}
427
428
void SwiftLanguageRuntime::SetupReflection() {
429
- LLDB_SCOPED_TIMER();
430
-
431
std::lock_guard<std::recursive_mutex> lock(m_reflection_ctx_mutex);
432
if (m_initialized_reflection_ctx)
433
return;
434
+ LLDB_SCOPED_TIMER();
+
435
// The global ABI bit is read by the Swift runtime library.
436
SetupABIBit();
437
SetupExclusivity();
0 commit comments