Add qualification to fix MSVC build.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 23 Sep 2016 23:23:23 +0000 (23:23 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 23 Sep 2016 23:23:23 +0000 (23:23 +0000)
llvm-svn: 282313

llvm/lib/LTO/Caching.cpp

index 065239c..fd5bdb0 100644 (file)
@@ -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);
     };