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 de273e3 commit ca7676aCopy full SHA for ca7676a
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