[PATCH] D95223: [LTO] Move DisableVerify setting to LTOCodeGenerator class (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 05:07:07 PST 2021


fhahn created this revision.
fhahn added reviewers: steven_wu, tejohnson, probinson.
Herald added subscribers: hiraditya, inglorion.
fhahn requested review of this revision.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95223

Files:
  llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  llvm/lib/LTO/LTOCodeGenerator.cpp
  llvm/tools/llvm-lto/llvm-lto.cpp
  llvm/tools/lto/lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95223.318489.patch
Type: text/x-patch
Size: 5273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/8a5bab0b/attachment.bin>


More information about the llvm-commits mailing list