Revert "[lldb][cmake] Also use local submodule visibility on Darwin"
authorRaphael Isemann <teemperor@gmail.com>
Tue, 5 May 2020 13:23:34 +0000 (15:23 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 5 May 2020 13:23:34 +0000 (15:23 +0200)
commit5d33faebce3275b9da94b8c6fc4c6a46770e0e2a
tree684a57ed26c8f73d4ae96428739e63aad3e86967
parent047898c9aa1d8858fa0d87f7e349749222cabf22
Revert "[lldb][cmake] Also use local submodule visibility on Darwin"

This reverts commit 8baa0b9439b5788bc5a0a2ee45dfda01b7a5a43f. This broke the
LLDB Green Dragon bot where htonl is getting miscompiled on macOS 10.14 and 10.15
SDKs, causing networking tests to fail as IP addressed were being inverted
(e.g., 127.0.0.1 became 1.0.0.127 with an enabled modules build).

Reverting until this is fixed.
llvm/CMakeLists.txt