[all-commits] [llvm/llvm-project] 3011d5: [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Dec 13 10:01:10 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3011d55f725e280fe29a49bd70a2e0157587b17a
https://github.com/llvm/llvm-project/commit/3011d55f725e280fe29a49bd70a2e0157587b17a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M lldb/cmake/modules/LLDBGenerateConfig.cmake
M lldb/include/lldb/Host/Config.h.cmake
M lldb/source/Host/common/PseudoTerminal.cpp
M lldb/source/Host/common/Socket.cpp
M lldb/source/Host/common/TCPSocket.cpp
M lldb/source/Host/common/Terminal.cpp
M lldb/source/Host/common/UDPSocket.cpp
M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/tools/lldb-server/lldb-gdbserver.cpp
M lldb/unittests/Host/SocketTest.cpp
M lldb/unittests/Host/SocketTestUtilities.cpp
M lldb/unittests/Host/SocketTestUtilities.h
Log Message:
-----------
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Rename LLDB_DISABLE_POSIX to LLDB_ENABLE_POSIX and use cmakedefine01 for
consistency.
Commit: 1ef7c4269b453a98cada3ee3d29644e994fbc421
https://github.com/llvm/llvm-project/commit/1ef7c4269b453a98cada3ee3d29644e994fbc421
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile
Log Message:
-----------
[lldb/Test] C++ test should use CXXFLAGS_EXTRAS
Thanks Ted Woodward for noticing this.
Compare: https://github.com/llvm/llvm-project/compare/40d72134fd34...1ef7c4269b45
More information about the All-commits
mailing list