| commit | 7ccda3c38b5cd2bcc21487039ec8d354a9d30286 | [log] [tgz] |
|---|---|---|
| author | Martell Malone <martellmalone@gmail.com> | Fri Aug 14 18:00:09 2015 +0000 |
| committer | Martell Malone <martellmalone@gmail.com> | Fri Aug 14 18:00:09 2015 +0000 |
| tree | 663c6080cc783e3647a8071755844aa967f709aa | |
| parent | ed502905f7c285959c5555bc01f8af762dadb8d6 [diff] |
Windows ARM: ignore calling conventions as described on MSDN Summary: MSDN says that fastcall, stdcall, thiscall, and vectorcall are all accepted but ignored on ARM and X64. https://msdn.microsoft.com/en-us/library/984x0h58.aspx MSDN also says cdecl is also accepted and typically ignored This patch brings ARM in line with how we ignore them for X64 Reviewers: rnk Subscribers: compnerd, cfe-commits Differential Revision: http://reviews.llvm.org/D12034 llvm-svn: 245076