[all-commits] [llvm/llvm-project] f959d8: [LTO] Move DisableVerify setting to LTOCodeGenerat...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Jan 24 06:19:41 PST 2021


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

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

  Log Message:
  -----------
  [LTO] Move DisableVerify setting to LTOCodeGenerator class (NFC).

To simplify the transition to using LTOBackend, move DisableVerify to
the LTOCodeGenerator class, like most/all other options.

Reviewed By: tejohnson

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




More information about the All-commits mailing list