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.
2 parents 6bbb63f + 99f01b0 commit de273e3Copy full SHA for de273e3
lldb/source/Plugins/ExpressionParser/Swift/CMakeLists.txt
@@ -2,6 +2,10 @@ if(NOT LLDB_BUILT_STANDALONE)
2
set(tablegen_deps intrinsics_gen)
3
endif()
4
5
+if (NOT BOOTSTRAPPING_MODE)
6
+ add_library(swiftCompilerModules ALIAS swiftCompilerStub)
7
+endif()
8
+
9
add_lldb_library(lldbPluginExpressionParserSwift PLUGIN
10
SwiftASTManipulator.cpp
11
SwiftExpressionParser.cpp
0 commit comments