[PATCH] D82317: [Clang/Test]: Update tests where `noundef` attribute is necessary

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 17 20:30:45 PDT 2020


eugenis added a comment.

We really need to do something about this.
How about a change that adds -fdisable-noundef-analysis to every RUN line with %clang?
(-) We are not testing exactly the same mode that is used by the users - but that's already true for many other flags that clang driver passes to -cc1!
(+) Easy to automate, an update script can be provided to downstream users.
(+) Less "magic" than the llvm-lit idea (4 comments above)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82317



More information about the cfe-commits mailing list