summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Librarian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Librarian.cpp')
-rw-r--r--lld/COFF/Librarian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Librarian.cpp b/lld/COFF/Librarian.cpp
index 75e94e64a33..4c597fad734 100644
--- a/lld/COFF/Librarian.cpp
+++ b/lld/COFF/Librarian.cpp
@@ -463,7 +463,7 @@ void lld::coff::writeImportLibrary() {
std::vector<NewArchiveMember> Members;
std::string Path = getImplibPath();
- std::string DLLName = llvm::sys::path::filename(Config->OutputFile);
+ std::string DLLName = sys::path::filename(Config->OutputFile);
ObjectFactory OF(DLLName);
std::vector<uint8_t> ImportDescriptor;
OpenPOWER on IntegriCloud