[all-commits] [llvm/llvm-project] fe08e9: [lld-macho] Add support for LTO optimization level

Leonard Grey via All-commits all-commits at lists.llvm.org
Thu Jul 1 12:05:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe08e9c4871e8842dc5c8f75a4796a86029c1ebe
      https://github.com/llvm/llvm-project/commit/fe08e9c4871e8842dc5c8f75a4796a86029c1ebe
  Author: Leonard Grey <lgrey at chromium.org>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

  Changed paths:
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/LTO.cpp
    M lld/MachO/Options.td

  Log Message:
  -----------
  [lld-macho] Add support for LTO optimization level

Everything (including test) modified from ELF/COFF. Using the same syntax
(--lto-O3, etc) as ELF.

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




More information about the All-commits mailing list