[PATCH] D74878: [remark][diagnostics] [codegen] Fix PR44896

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 24 09:44:06 PST 2020


serge-sans-paille added a comment.

In D74878#1889460 <https://reviews.llvm.org/D74878#1889460>, @jeroen.dobbelaere wrote:

> Will this also give a warning when passing a .ll file to a release clang, without explicitly  passing the '-fdiscard-value-names' ? Is this what we want it to be ?


I think it does. @xur, we should probably explicitly check for `-fdiscard-value-names` before raising the warning (?)


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

https://reviews.llvm.org/D74878





More information about the cfe-commits mailing list