summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/Caching.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-09-23 23:23:23 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-09-23 23:23:23 +0000
commita638fe057c1f4d59c168cd62bab4a6e7d6fa2fc6 (patch)
treee8946fc887caab73b30c993772ecc3f1fbf4a38f /llvm/lib/LTO/Caching.cpp
parent0b36337d614531aee62f2ca885805bbcb1645ce0 (diff)
downloadbcm5719-llvm-a638fe057c1f4d59c168cd62bab4a6e7d6fa2fc6.tar.gz
bcm5719-llvm-a638fe057c1f4d59c168cd62bab4a6e7d6fa2fc6.zip
Add qualification to fix MSVC build.
llvm-svn: 282313
Diffstat (limited to 'llvm/lib/LTO/Caching.cpp')
-rw-r--r--llvm/lib/LTO/Caching.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/Caching.cpp b/llvm/lib/LTO/Caching.cpp
index 065239cbb1b..fd5bdb0bc01 100644
--- a/llvm/lib/LTO/Caching.cpp
+++ b/llvm/lib/LTO/Caching.cpp
@@ -91,7 +91,7 @@ NativeObjectCache lto::localCache(std::string CacheDirectoryPath,
}
// This CacheStream will move the temporary file into the cache when done.
- return make_unique<CacheStream>(
+ return llvm::make_unique<CacheStream>(
llvm::make_unique<raw_fd_ostream>(TempFD, /* ShouldClose */ true),
AddFile, TempFilename.str(), EntryPath.str(), Task);
};
OpenPOWER on IntegriCloud