projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b36337
)
Add qualification to fix MSVC build.
author
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 23 Sep 2016 23:23:23 +0000
(23:23 +0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 23 Sep 2016 23:23:23 +0000
(23:23 +0000)
llvm-svn: 282313
llvm/lib/LTO/Caching.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/LTO/Caching.cpp
b/llvm/lib/LTO/Caching.cpp
index 065239cbb1b5a19f58ec17be90ee2dbffbf7e472..fd5bdb0bc01a12129535a174278ea1c32bb8fdaa 100644
(file)
--- 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);
};