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 7292616 commit c3d1356Copy full SHA for c3d1356
llvm/CMakeLists.txt
@@ -181,8 +181,9 @@ endif()
181
182
if ("lldb" IN_LIST LLVM_ENABLE_PROJECTS)
183
if (NOT "clang" IN_LIST LLVM_ENABLE_PROJECTS)
184
- message(FATAL_ERROR "Clang is not enabled, but is required for lldb.")
185
- endif ()
+ message(STATUS "Enabling clang as a dependency of lldb")
+ list(APPEND LLVM_ENABLE_PROJECTS "clang")
186
+ endif()
187
endif ()
188
189
if ("libc" IN_LIST LLVM_ENABLE_PROJECTS)
0 commit comments