[PATCH] D36105: [AArch64] Ignore stdcall and similar on aarch64/windows

Mandeep Singh Grang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 11:42:35 PDT 2017


mgrang added a comment.

In https://reviews.llvm.org/D36105#834007, @mstorsjo wrote:

> Ping @mgrang, can you check the above with MSVC? I'd like to move forward with this in one form or another.


Yes, I checked with MSVC for ARM64 and it compiles without any warnings.

  cl foo.c -c /W3
  Microsoft (R) C/C++ Optimizing Compiler for ARM64
  Copyright (C) Microsoft Corporation.  All rights reserved.
  
  foo.c


https://reviews.llvm.org/D36105





More information about the cfe-commits mailing list