summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/llvm-ar.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-19 21:13:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-19 21:13:59 +0000
commitb4900b132eb899671b6ea7ca9f185d493cf0c564 (patch)
tree48a5cc9c237f3e0030944584c0c9876ae91b9fdb /tools/llvm-ar/llvm-ar.cpp
parentf9fd58a44bbc7d9371ce39eb20eec16b0f1f7395 (diff)
downloadllvm-b4900b132eb899671b6ea7ca9f185d493cf0c564.tar.gz
llvm-b4900b132eb899671b6ea7ca9f185d493cf0c564.tar.bz2
llvm-b4900b132eb899671b6ea7ca9f185d493cf0c564.tar.xz
Remove last use of PathV1.h from Archive.h
Store the individual fields we need instead of a sys::FileStatus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar/llvm-ar.cpp')
-rw-r--r--tools/llvm-ar/llvm-ar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp
index 03bb36b116..85f3517b58 100644
--- a/tools/llvm-ar/llvm-ar.cpp
+++ b/tools/llvm-ar/llvm-ar.cpp
@@ -19,6 +19,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/ManagedStatic.h"
+#include "llvm/Support/PathV1.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/raw_ostream.h"