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 6bbb63f commit 99f01b0Copy full SHA for 99f01b0
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