summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-02-15 10:06:21 +0000
committerPavel Labath <pavel@labath.sk>2019-02-15 10:06:21 +0000
commit0ed2d160635ddf1173049f1e6a28cd2458006348 (patch)
treeb175017c0aac96567fece61ac7bbe8af0a8e38c1
parent22531c4a146ca4f0a03be581a5f545f14738e71f (diff)
downloadbcm5719-llvm-0ed2d160635ddf1173049f1e6a28cd2458006348.tar.gz
bcm5719-llvm-0ed2d160635ddf1173049f1e6a28cd2458006348.zip
Sort files in source/Host/CMakeLists.txt
llvm-svn: 354112
-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