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 0d63807 + 5bfabc6 commit a56db36Copy full SHA for a56db36
lldb/CMakeLists.txt
@@ -57,7 +57,7 @@ endif ()
57
# some of these generated headers. This approach is copied from Clang's main
58
# CMakeLists.txt, so it should kept in sync the code in Clang which was added
59
# in llvm-svn 308844.
60
-if(LLVM_ENABLE_MODULES AND NOT LLDB_BUILT_STANDALONE)
+if(NOT LLDB_BUILT_STANDALONE)
61
list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
62
endif()
63
0 commit comments