summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Host/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Host/CMakeLists.txt b/lldb/source/Host/CMakeLists.txt
index 0ae241d4421..5e321b36cd2 100644
--- a/lldb/source/Host/CMakeLists.txt
+++ b/lldb/source/Host/CMakeLists.txt
@@ -18,9 +18,9 @@ macro(remove_module_flags)
endmacro()
add_host_subdirectory(common
- common/File.cpp
common/FileAction.cpp
common/FileCache.cpp
+ common/File.cpp
common/FileSystem.cpp
common/GetOptInc.cpp
common/Host.cpp
@@ -31,26 +31,26 @@ add_host_subdirectory(common
common/LockFileBase.cpp
common/MainLoop.cpp
common/MonitoringProcessLauncher.cpp
- common/NativeWatchpointList.cpp
common/NativeProcessProtocol.cpp
common/NativeRegisterContext.cpp
common/NativeThreadProtocol.cpp
+ common/NativeWatchpointList.cpp
common/OptionParser.cpp
common/PipeBase.cpp
common/ProcessInfo.cpp
common/ProcessLaunchInfo.cpp
common/ProcessRunLock.cpp
common/PseudoTerminal.cpp
- common/Socket.cpp
common/SocketAddress.cpp
+ common/Socket.cpp
common/StringConvert.cpp
common/Symbols.cpp
common/TaskPool.cpp
common/TCPSocket.cpp
common/Terminal.cpp
common/ThreadLauncher.cpp
- common/XML.cpp
common/UDPSocket.cpp
+ common/XML.cpp
)
if (NOT LLDB_DISABLE_LIBEDIT)
OpenPOWER on IntegriCloud