Skip to content
Commit 3b779379 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Extend stat query APIs to explicitly specify if the query is for

a file or directory, allowing just a stat call if a file descriptor
is not needed.

Doing just 'stat' is faster than 'open/fstat/close'.
This has the effect of cutting down system time for validating the input files of a PCH.

llvm-svn: 169831
parent 53c3877f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment