[all-commits] [llvm/llvm-project] 0d487c: [LTOCodeGenerator] Use lto::Config for options (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Jan 31 11:10:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d487cf87aa1b609b7db061def3e5ad068576ecf
      https://github.com/llvm/llvm-project/commit/0d487cf87aa1b609b7db061def3e5ad068576ecf
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-01-31 (Sun, 31 Jan 2021)

  Changed paths:
    M llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
    M llvm/lib/LTO/LTOCodeGenerator.cpp

  Log Message:
  -----------
  [LTOCodeGenerator] Use lto::Config for options (NFC).

This patch removes some options that have been duplicated in
LTOCodeGenerator and instead use lto::Config directly to manage the
options.

This is a cleanup after 6a59f0560648.

Reviewed By: tejohnson

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




More information about the All-commits mailing list