forked from OSchip/llvm-project
parent
0b36337d61
commit
a638fe057c
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue