Add support for getting the last modification time from a file_status.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 20 Jun 2013 18:42:04 +0000 (18:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 20 Jun 2013 18:42:04 +0000 (18:42 +0000)
commit29c17db6508eec1c7c9fb23f3ce863d5ed9bef0e
tree56cd6dbfb7949281db6828ba10c81c3a6c4fcf69
parenta1694e578492c90c246e59ec861c1a34f8ad7b4d
Add support for getting the last modification time from a file_status.

Use that in llvm-ar.cpp to replace a use of sys::PathWithStatus.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184450 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Unix/PathV2.inc
lib/Support/Windows/PathV2.inc
tools/llvm-ar/llvm-ar.cpp