[all-commits] [llvm/llvm-project] 8e46e3: Revert "[Support][ThinLTO] Move ThinLTO caching to...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Oct 18 12:24:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e46e34d243524b9a1f9487718ea60e990b35fa3
https://github.com/llvm/llvm-project/commit/8e46e34d243524b9a1f9487718ea60e990b35fa3
Author: Petr Hosek <phosek at google.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M lld/COFF/LTO.cpp
M lld/ELF/LTO.cpp
M lld/MachO/LTO.cpp
M lld/wasm/LTO.cpp
A llvm/include/llvm/LTO/Caching.h
M llvm/include/llvm/LTO/LTO.h
M llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
R llvm/include/llvm/Support/Caching.h
M llvm/lib/LTO/CMakeLists.txt
A llvm/lib/LTO/Caching.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/Support/CMakeLists.txt
R llvm/lib/Support/Caching.cpp
M llvm/tools/gold/gold-plugin.cpp
M llvm/tools/llvm-lto/llvm-lto.cpp
M llvm/tools/llvm-lto2/llvm-lto2.cpp
Log Message:
-----------
Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library"
This reverts commit 92b8cc52bbc8194f2cd6a5f742b874969421afca since
it broke the gold plugin.
More information about the All-commits
mailing list