projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4502e35
)
Revert "[lldb][modules] Disable Clang Modules in source/Host directory on macOS"
author
Jonas Devlieghere
<jonas@devlieghere.com>
Tue, 2 Aug 2022 22:51:25 +0000
(15:51 -0700)
committer
Jonas Devlieghere
<jonas@devlieghere.com>
Tue, 2 Aug 2022 23:14:02 +0000
(16:14 -0700)
This reverts commit
7cf4ab13af8aa3183e551b3319399cddd9384948
as it was a
temporary workaround that's no longer needed.
lldb/source/Host/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lldb/source/Host/CMakeLists.txt
b/lldb/source/Host/CMakeLists.txt
index
64d9bb0
..
219965f
100644
(file)
--- 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})