[PATCH] D109451: Summary:Introduce a new frontend flag `-fswift-async-fp={auto|always|never}` thatcontrols how code generation sets the Swift extended async frameinfo bit. There are three possibilities:

Arnold Schwaighofer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 16 08:49:22 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf670c5aeeef0: Add a new frontend flag `-fswift-async-fp={auto|always|never}` (authored by aschwaighofer).

Changed prior to commit:
  https://reviews.llvm.org/D109451?vs=371383&id=372966#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109451

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/CodeGen/swift-async-extended-fp.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109451.372966.patch
Type: text/x-patch
Size: 7450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210916/2f526a42/attachment.bin>


More information about the cfe-commits mailing list