[PATCH] D95984: [CodeGen] Fix codegen for __attribute__((swiftasynccall)).

Varun Gandhi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 25 14:10:38 PDT 2021


varungandhi-apple updated this revision to Diff 333421.
varungandhi-apple added a comment.

Fix codegen + add tests for methods and function pointers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95984

Files:
  clang/lib/AST/ExprCXX.cpp
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGStmt.cpp
  clang/test/CodeGen/64bit-swiftcall.c
  clang/test/CodeGen/arm-swiftcall.c
  clang/test/CodeGen/swift-async-call-conv.c
  clang/test/CodeGen/swift-call-conv.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95984.333421.patch
Type: text/x-patch
Size: 13927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210325/636fc2ff/attachment-0001.bin>


More information about the cfe-commits mailing list