[all-commits] [llvm/llvm-project] 1ae8e8: Don't add -fsplit-lto-unit for thin LTO builds wit...

eleviant via All-commits all-commits at lists.llvm.org
Thu Oct 24 04:13:52 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ae8e8d25fd87048d3d8d7429308e52b236c79a1
      https://github.com/llvm/llvm-project/commit/1ae8e8d25fd87048d3d8d7429308e52b236c79a1
  Author: evgeny <eleviant at accesssoftek.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M clang/include/clang/Driver/ToolChain.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/test/Driver/split-lto-unit.c

  Log Message:
  -----------
  Don't add -fsplit-lto-unit for thin LTO builds with PS4 and Darwin toolchains

These toolchains use legacy thin LTO API, which is not capable of unit splitting
Differential revision: https://reviews.llvm.org/D69173




More information about the All-commits mailing list