diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-19 21:13:59 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-19 21:13:59 +0000 |
commit | fca038907deff615134f22b597b7e7b76cb3bd8b (patch) | |
tree | e23960cdb5186e9a9a0ec51885c286550f822aea /llvm/tools/llvm-ar/llvm-ar.cpp | |
parent | 7a639ea2a4180f0603fa222636a636a5fd063a76 (diff) | |
download | bcm5719-llvm-fca038907deff615134f22b597b7e7b76cb3bd8b.tar.gz bcm5719-llvm-fca038907deff615134f22b597b7e7b76cb3bd8b.zip |
Remove last use of PathV1.h from Archive.h
Store the individual fields we need instead of a sys::FileStatus.
llvm-svn: 184353
Diffstat (limited to 'llvm/tools/llvm-ar/llvm-ar.cpp')
-rw-r--r-- | llvm/tools/llvm-ar/llvm-ar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index 03bb36b116e..85f3517b58a 100644 --- a/llvm/tools/llvm-ar/llvm-ar.cpp +++ b/llvm/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" |