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 d871702 commit e66eabeCopy full SHA for e66eabe
llvm/CMakeLists.txt
@@ -179,6 +179,13 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
179
endif ()
180
endif()
181
182
+if ("lldb" IN_LIST LLVM_ENABLE_PROJECTS)
183
+ if (NOT "clang" IN_LIST LLVM_ENABLE_PROJECTS)
184
+ message(STATUS "Enabling clang as a dependency of lldb")
185
+ list(APPEND LLVM_ENABLE_PROJECTS "clang")
186
+ endif()
187
+endif ()
188
+
189
if ("libc" IN_LIST LLVM_ENABLE_PROJECTS)
190
message(WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated. Please use "
191
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
0 commit comments