[PATCH] D80712: [SVE] Add checks for no warnings in SVE tests

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 29 13:06:55 PDT 2020


efriedma added a comment.

Okay.

Thinking about it a bit more, I think I'd prefer using a pattern where we redirect stderr to a file, and CHECK it separately, to make sure we don't miss a warning because it got interleaved into the middle of stdout.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80712





More information about the cfe-commits mailing list