From a638fe057c1f4d59c168cd62bab4a6e7d6fa2fc6 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 23 Sep 2016 23:23:23 +0000 Subject: [PATCH] Add qualification to fix MSVC build. llvm-svn: 282313 --- llvm/lib/LTO/Caching.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/LTO/Caching.cpp b/llvm/lib/LTO/Caching.cpp index 065239c..fd5bdb0 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( + return llvm::make_unique( llvm::make_unique(TempFD, /* ShouldClose */ true), AddFile, TempFilename.str(), EntryPath.str(), Task); }; -- 2.7.4