Skip to content

Commit 6af13aa

Browse files
committed
Factor out all code that depends on RemoteAST into a single file. (NFC)
1 parent ba44670 commit 6af13aa

File tree

4 files changed

+581
-519
lines changed

4 files changed

+581
-519
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ add_lldb_library(lldbPluginSwiftLanguageRuntime PLUGIN
33
SwiftLanguageRuntime.cpp
44
SwiftLanguageRuntimeDynamicTypeResolution.cpp
55
SwiftLanguageRuntimeNames.cpp
6+
SwiftLanguageRuntimeRemoteAST.cpp
67
SwiftMetadataCache.cpp
78

89
LINK_LIBS

0 commit comments

Comments
 (0)