Skip to content

Commit a56db36

Browse files
authored
Merge pull request #429 from compnerd/dependencies
build: always enable a dependency on intrinsics_gen
2 parents 0d63807 + 5bfabc6 commit a56db36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ endif ()
5757
# some of these generated headers. This approach is copied from Clang's main
5858
# CMakeLists.txt, so it should kept in sync the code in Clang which was added
5959
# in llvm-svn 308844.
60-
if(LLVM_ENABLE_MODULES AND NOT LLDB_BUILT_STANDALONE)
60+
if(NOT LLDB_BUILT_STANDALONE)
6161
list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
6262
endif()
6363

0 commit comments

Comments
 (0)