OSDN Git Service

Use LLVM for all stat-related functionality.
authorZachary Turner <zturner@google.com>
Tue, 7 Mar 2017 03:43:17 +0000 (03:43 +0000)
committerZachary Turner <zturner@google.com>
Tue, 7 Mar 2017 03:43:17 +0000 (03:43 +0000)
commitd9bfb7ba0cdbc0e8e82cfb08cec3059a82606cbf
treeb530bc89d59a3ebb7d4d9e9cfd4635c75d111c0e
parentbe4e5b13c4d431a17bc8d1d67be91cf42c6e8a8f
Use LLVM for all stat-related functionality.

This deletes LLDB's FileType enumeration and replaces all
users, and all calls to functions that check whether a file
exists etc with corresponding calls to LLVM.

Differential Revision: https://reviews.llvm.org/D30624

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297116 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Path.cpp