xbolva00 added a comment.

Possibly verifier ignores it? Because I dont see any verifier error compiling 
this testcase:

  void NoParams();
  void TestParamArityMismatchNonPortable(int x) {
    [[clang::nonportable_musttail]]
    return NoParams();
  }

But yeah, this is something we need to solve somehow.


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

https://reviews.llvm.org/D147714

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to