[Lldb-commits] [PATCH] D47420: Remove Linux-specific includes for posix/FileSystem.cpp

2018-05-29 Thread Bruce Mitchener via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL333400: Remove Linux-specific includes for posix/FileSystem.cpp (authored by brucem, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM https://reviews.llvm.org/D47420

[Lldb-commits] [PATCH] D47420: Remove Linux-specific includes for posix/FileSystem.cpp

2018-05-29 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. I bet this stopped being necessary when most of the filesystem code was moved into llvm. https://reviews.llvm.org/D47420 ___ lldb-commits

[Lldb-commits] [PATCH] D47420: Remove Linux-specific includes for posix/FileSystem.cpp

2018-05-27 Thread Bruce Mitchener via Phabricator via lldb-commits
brucem created this revision. brucem added a reviewer: clayborg. Herald added a subscriber: krytarowski. This improves the process of cross-compiling from macOS to Linux since these files aren't used / needed at all. https://reviews.llvm.org/D47420 Files: source/Host/posix/FileSystem.cpp