[PATCH] D64780: Disallow most calling convention attributes on PS4.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 16 12:23:22 PDT 2019


rjmccall added a comment.

I'm fine with the idea of targets making unsupported CCs hard errors.



================
Comment at: test/Sema/no_callconv.cpp:44
+void __attribute__((sysv_abi)) funcI() {}
+void __attribute__((cdecl)) funcC() {}
----------------
Please include a newline at the end of this file.


Repository:
  rC Clang

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

https://reviews.llvm.org/D64780





More information about the cfe-commits mailing list