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

Sunil Srivastava via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 17 11:10:01 PDT 2019


Sunil_Srivastava marked an inline comment as done.
Sunil_Srivastava added inline comments.


================
Comment at: test/Sema/no_callconv.cpp:1
+// RUN: %clang_cc1 %s -triple x86_64-scei-ps4 -DPS4 -fsyntax-only -verify
+// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -fsyntax-only -verify
----------------
aaron.ballman wrote:
> Does this really need an svn:executable property on the file?
I am not sure where that comes from. I did an 'svn add' and 'svn diff'. 
Regardless, it will be a new test file with normal lines.


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