[Lldb-commits] [lldb] c7bd61d - Revert "[lldb][modules] Disable Clang Modules in source/Host directory on macOS"

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 2 16:14:11 PDT 2022


Author: Jonas Devlieghere
Date: 2022-08-02T16:14:02-07:00
New Revision: c7bd61d4a79b88dbd97028bb0a73a73b2d6aca89

URL: https://github.com/llvm/llvm-project/commit/c7bd61d4a79b88dbd97028bb0a73a73b2d6aca89
DIFF: https://github.com/llvm/llvm-project/commit/c7bd61d4a79b88dbd97028bb0a73a73b2d6aca89.diff

LOG: Revert "[lldb][modules] Disable Clang Modules in source/Host directory on macOS"

This reverts commit 7cf4ab13af8aa3183e551b3319399cddd9384948 as it was a
temporary workaround that's no longer needed.

Added: 
    

Modified: 
    lldb/source/Host/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/source/Host/CMakeLists.txt b/lldb/source/Host/CMakeLists.txt
index 64d9bb00ffab3..219965ff16056 100644
--- a/lldb/source/Host/CMakeLists.txt
+++ b/lldb/source/Host/CMakeLists.txt
@@ -1,11 +1,3 @@
-if (APPLE AND LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY)
-  # The arpa/inet.h header used in the files here is providing a miscompiled
-  # htonl function on macOS <= 10.15 when local submodule visibility is active.
-  # Disabling modules in this directory until this is is fixed.
-  # See rdar://problem/62886385
-  remove_module_flags()
-endif()
-
 macro(add_host_subdirectory group)
   list(APPEND HOST_SOURCES ${ARGN})
   source_group(${group} FILES ${ARGN})


        


More information about the lldb-commits mailing list