[PATCH] D146758: Fix codegen for coroutine with function-try-block

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 23 16:46:11 PDT 2023


bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.

LGTM! @ChuanqiXu wdyt?



================
Comment at: clang/test/CodeGenCoroutines/coro-function-try-block.cpp:1
+// RUN: %clang_cc1 -std=c++20 -triple=x86_64-- -emit-llvm -fcxx-exceptions \
+// RUN:            -disable-llvm-passes %s -o - | FileCheck %s
----------------
Space after `-triple=x86_64`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146758



More information about the cfe-commits mailing list