[all-commits] [llvm/llvm-project] 5d33fa: Revert "[lldb][cmake] Also use local submodule vis...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue May 5 06:25:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d33faebce3275b9da94b8c6fc4c6a46770e0e2a
https://github.com/llvm/llvm-project/commit/5d33faebce3275b9da94b8c6fc4c6a46770e0e2a
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
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.
More information about the All-commits
mailing list