Skip to content

Commit 0855e25

Browse files
committed
[lldb] Merge SwiftLanguageRuntimeImpl back into SwiftLanguageRuntime (NFC)
The lazy initialization of the Runtime used to be necessary before the ReflectionContext was able to initialized lazily. Since we can just defer initializing ReflectionContext, we can get rid of the extra indirection.
1 parent 4456757 commit 0855e25

8 files changed

+538
-1154
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/ReflectionContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "swift/RemoteInspection/ReflectionContext.h"
1414
#include "ReflectionContextInterface.h"
15-
#include "SwiftLanguageRuntimeImpl.h"
15+
#include "SwiftLanguageRuntime.h"
1616
#include "lldb/Utility/LLDBLog.h"
1717
#include "lldb/Utility/Log.h"
1818
#include "swift/Demangling/Demangle.h"

0 commit comments

Comments
 (0)