This revision was automatically updated to reflect the committed changes. Closed by commit rL368294: [lldb][CMake] Disable modules in Xcode projects (authored by stefan.graenitz, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D65874?vs=213882&id=214137#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65874/new/ https://reviews.llvm.org/D65874 Files: lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake Index: lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake =================================================================== --- lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake +++ lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake @@ -6,6 +6,9 @@ set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "") +# Apparently, module-enabled builds clash with Xcode's analysis. +set(LLVM_ENABLE_MODULES OFF CACHE BOOL "" FORCE) + # Print a warning with instructions, if we # build with Xcode and didn't use this cache. set(LLDB_EXPLICIT_XCODE_CACHE_USED ON CACHE INTERNAL "")
Index: lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake =================================================================== --- lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake +++ lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake @@ -6,6 +6,9 @@ set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "") +# Apparently, module-enabled builds clash with Xcode's analysis. +set(LLVM_ENABLE_MODULES OFF CACHE BOOL "" FORCE) + # Print a warning with instructions, if we # build with Xcode and didn't use this cache. set(LLDB_EXPLICIT_XCODE_CACHE_USED ON CACHE INTERNAL "")
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits