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

This reverts commit 7cf4ab13af as it was a
temporary workaround that's no longer needed.
This commit is contained in:
Jonas Devlieghere 2022-08-02 15:51:25 -07:00
parent 4502e3531f
commit c7bd61d4a7
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D
1 changed files with 0 additions and 8 deletions
lldb/source/Host

View File

@ -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})