[PATCH] D111371: [Support][ThinLTO] Move ThinLTO caching to LLVM Support library.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 8 11:28:51 PDT 2021
noajshu updated this revision to Diff 378316.
noajshu added a comment.
Adjust cache name/prefix customization.
Move customization arguments to be first. Convert to twines, remove unnecessary copy. Separate customized file prefix from customized cache name (to avoid chaning any behavior from existing ThinLTO cache).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111371/new/
https://reviews.llvm.org/D111371
Files:
clang/lib/CodeGen/BackendUtil.cpp
lld/COFF/LTO.cpp
lld/ELF/LTO.cpp
lld/MachO/LTO.cpp
lld/wasm/LTO.cpp
llvm/include/llvm/LTO/Caching.h
llvm/include/llvm/LTO/LTO.h
llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
llvm/include/llvm/Support/Caching.h
llvm/lib/LTO/CMakeLists.txt
llvm/lib/LTO/Caching.cpp
llvm/lib/LTO/LTOCodeGenerator.cpp
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/Caching.cpp
llvm/tools/gold/gold-plugin.cpp
llvm/tools/llvm-lto/llvm-lto.cpp
llvm/tools/llvm-lto2/llvm-lto2.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111371.378316.patch
Type: text/x-patch
Size: 22193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/dd29d7d7/attachment.bin>
More information about the llvm-commits
mailing list