[all-commits] [llvm/llvm-project] 2f95b6: Rename posix/FileSystem.cpp to FileSystemPosix.cpp
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri Nov 15 11:48:54 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f95b6488bfa7197cae69f511066d84e926573ab
https://github.com/llvm/llvm-project/commit/2f95b6488bfa7197cae69f511066d84e926573ab
Author: Adrian Prantl <aprantl at apple.com>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M lldb/source/Host/CMakeLists.txt
R lldb/source/Host/posix/FileSystem.cpp
A lldb/source/Host/posix/FileSystemPosix.cpp
Log Message:
-----------
Rename posix/FileSystem.cpp to FileSystemPosix.cpp
to avoid a linker warning on Darwin about two files having the same name.
More information about the All-commits
mailing list