[all-commits] [llvm/llvm-project] e678c5: [Support][ThinLTO] Move ThinLTO caching to LLVM Su...

Petr Hosek via All-commits all-commits at lists.llvm.org
Mon Oct 18 18:57:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e678c51177102845c93529d457b020f969125373
      https://github.com/llvm/llvm-project/commit/e678c51177102845c93529d457b020f969125373
  Author: Noah Shutty <shutty at google.com>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M clang/docs/tools/clang-formatted-files.txt
    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
    R llvm/include/llvm/LTO/Caching.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
    A llvm/include/llvm/Support/Caching.h
    M llvm/lib/LTO/CMakeLists.txt
    R llvm/lib/LTO/Caching.cpp
    M llvm/lib/LTO/LTOCodeGenerator.cpp
    M llvm/lib/Support/CMakeLists.txt
    A 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
    M llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

  Log Message:
  -----------
  [Support][ThinLTO] Move ThinLTO caching to LLVM Support library

We would like to move ThinLTO’s battle-tested file caching mechanism to
the LLVM Support library so that we can use it elsewhere in LLVM.

Patch By: noajshu

Differential Revision: https://reviews.llvm.org/D111371




More information about the All-commits mailing list