diff options
-rw-r--r-- | lldb/source/Host/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lldb/source/Host/posix/FileSystemPosix.cpp (renamed from lldb/source/Host/posix/FileSystem.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/CMakeLists.txt b/lldb/source/Host/CMakeLists.txt index aa409bf24c9..ff849e2743d 100644 --- a/lldb/source/Host/CMakeLists.txt +++ b/lldb/source/Host/CMakeLists.txt @@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Windows") else() add_host_subdirectory(posix posix/DomainSocket.cpp - posix/FileSystem.cpp + posix/FileSystemPosix.cpp posix/HostInfoPosix.cpp posix/HostProcessPosix.cpp posix/HostThreadPosix.cpp diff --git a/lldb/source/Host/posix/FileSystem.cpp b/lldb/source/Host/posix/FileSystemPosix.cpp index 32fae68abb4..32fae68abb4 100644 --- a/lldb/source/Host/posix/FileSystem.cpp +++ b/lldb/source/Host/posix/FileSystemPosix.cpp |