[PATCH] D39210: Add default calling convention support for regcall.

Elizabeth Andrews via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 15:57:17 PDT 2017


eandrews created this revision.

Added support for regcall as default calling convention.  Also added code to exclude main when applying default calling conventions.


https://reviews.llvm.org/D39210

Files:
  include/clang/AST/ASTContext.h
  include/clang/Basic/LangOptions.h
  include/clang/Driver/CC1Options.td
  include/clang/Driver/CLCompatOptions.td
  lib/AST/ASTContext.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Sema/SemaType.cpp
  test/CodeGenCXX/default_calling_conv.cpp
  test/Driver/cl-cc-flags.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39210.119957.patch
Type: text/x-patch
Size: 9188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171023/c6a19161/attachment-0001.bin>


More information about the cfe-commits mailing list