[PATCH] D65532: [LTO][Legacy] Update TargetOption after parsing debug options

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 13:46:08 PDT 2019


steven_wu added a comment.

Implementation specific to lto.cpp is really hard to write a test. The TargetOptions are cl::opt bring in through "llvm/CodeGen/CommandFlags.inc" so we need a client for libLTO to test this (which we never had). Let me know if you have any suggestions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65532/new/

https://reviews.llvm.org/D65532





More information about the llvm-commits mailing list