-
- Downloads
Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library"
This reverts commit 92b8cc52 since it broke the gold plugin.
Showing
- clang/lib/CodeGen/BackendUtil.cpp 1 addition, 1 deletionclang/lib/CodeGen/BackendUtil.cpp
- lld/COFF/LTO.cpp 7 additions, 8 deletionslld/COFF/LTO.cpp
- lld/ELF/LTO.cpp 8 additions, 8 deletionslld/ELF/LTO.cpp
- lld/MachO/LTO.cpp 8 additions, 8 deletionslld/MachO/LTO.cpp
- lld/wasm/LTO.cpp 8 additions, 8 deletionslld/wasm/LTO.cpp
- llvm/include/llvm/LTO/Caching.h 38 additions, 0 deletionsllvm/include/llvm/LTO/Caching.h
- llvm/include/llvm/LTO/LTO.h 34 additions, 1 deletionllvm/include/llvm/LTO/LTO.h
- llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h 1 addition, 1 deletionllvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
- llvm/include/llvm/Support/Caching.h 0 additions, 76 deletionsllvm/include/llvm/Support/Caching.h
- llvm/lib/LTO/CMakeLists.txt 1 addition, 0 deletionsllvm/lib/LTO/CMakeLists.txt
- llvm/lib/LTO/Caching.cpp 9 additions, 17 deletionsllvm/lib/LTO/Caching.cpp
- llvm/lib/LTO/LTOCodeGenerator.cpp 4 additions, 3 deletionsllvm/lib/LTO/LTOCodeGenerator.cpp
- llvm/lib/Support/CMakeLists.txt 0 additions, 1 deletionllvm/lib/Support/CMakeLists.txt
- llvm/tools/gold/gold-plugin.cpp 4 additions, 3 deletionsllvm/tools/gold/gold-plugin.cpp
- llvm/tools/llvm-lto/llvm-lto.cpp 3 additions, 2 deletionsllvm/tools/llvm-lto/llvm-lto.cpp
- llvm/tools/llvm-lto2/llvm-lto2.cpp 5 additions, 5 deletionsllvm/tools/llvm-lto2/llvm-lto2.cpp
Loading