Skip to content

Commit 2f95b64

Browse files
committed
Rename posix/FileSystem.cpp to FileSystemPosix.cpp
to avoid a linker warning on Darwin about two files having the same name.
1 parent 478ad94 commit 2f95b64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lldb/source/Host/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Windows")
8080
else()
8181
add_host_subdirectory(posix
8282
posix/DomainSocket.cpp
83-
posix/FileSystem.cpp
83+
posix/FileSystemPosix.cpp
8484
posix/HostInfoPosix.cpp
8585
posix/HostProcessPosix.cpp
8686
posix/HostThreadPosix.cpp

0 commit comments

Comments
 (0)