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 ab87766 + ca7676a commit 6f0e2b2Copy full SHA for 6f0e2b2
lldb/source/Plugins/ExpressionParser/Swift/CMakeLists.txt
@@ -2,7 +2,7 @@ if(NOT LLDB_BUILT_STANDALONE)
2
set(tablegen_deps intrinsics_gen)
3
endif()
4
5
-if (NOT BOOTSTRAPPING_MODE)
+if (NOT BOOTSTRAPPING_MODE AND LLDB_BUILT_STANDALONE)
6
add_library(swiftCompilerModules ALIAS swiftCompilerStub)
7
8
0 commit comments