summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Archive/ArchiveWriter.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-29 16:48:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-29 16:48:16 +0000
commit78b899f665df76357742c9036cf959c80ba098a7 (patch)
treea545b34bb9f2a44f106735b9b7f3da9e4dd1e69f /llvm/lib/Bytecode/Archive/ArchiveWriter.cpp
parent0f92f0e5190136660d02c32bb3cb20961bf38728 (diff)
downloadbcm5719-llvm-78b899f665df76357742c9036cf959c80ba098a7.tar.gz
bcm5719-llvm-78b899f665df76357742c9036cf959c80ba098a7.zip
For PR789:
Updates for change in interface of getFileStatus method of sys::Path class. llvm-svn: 35458
Diffstat (limited to 'llvm/lib/Bytecode/Archive/ArchiveWriter.cpp')
-rw-r--r--llvm/lib/Bytecode/Archive/ArchiveWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Archive/ArchiveWriter.cpp b/llvm/lib/Bytecode/Archive/ArchiveWriter.cpp
index ff8c5f0348c..9d5b025b057 100644
--- a/llvm/lib/Bytecode/Archive/ArchiveWriter.cpp
+++ b/llvm/lib/Bytecode/Archive/ArchiveWriter.cpp
@@ -163,7 +163,7 @@ Archive::addFileBefore(const sys::Path& filePath, iterator where,
mbr->data = 0;
mbr->path = filePath;
- if (mbr->path.getFileStatus(mbr->info, ErrMsg))
+ if (mbr->path.getFileStatus(mbr->info, false, ErrMsg))
return true;
unsigned flags = 0;
OpenPOWER on IntegriCloud