diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-11-15 11:47:55 -0800 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-11-15 11:48:46 -0800 |
| commit | 2f95b6488bfa7197cae69f511066d84e926573ab (patch) | |
| tree | cb99dc1474d370c3ca0607e58af1a0b27d9ee9a7 /lldb | |
| parent | 478ad94c8e1457a707f41fa64cf0967b219d2806 (diff) | |
| download | bcm5719-llvm-2f95b6488bfa7197cae69f511066d84e926573ab.tar.gz bcm5719-llvm-2f95b6488bfa7197cae69f511066d84e926573ab.zip | |
Rename posix/FileSystem.cpp to FileSystemPosix.cpp
to avoid a linker warning on Darwin about two files having the same name.
Diffstat (limited to 'lldb')
| -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 |

