[PATCH] D90230: [SVE] Add fatal error for unnamed SVE variadic arguments

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 10:52:51 PDT 2020


efriedma added a comment.

We should have corresponding handling for va_arg.  (clang doesn't produce va_arg instructions, but other frontends do.)


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

https://reviews.llvm.org/D90230



More information about the llvm-commits mailing list