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

Matthias Braun via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 23 16:54:38 PDT 2023


MatzeB added inline comments.


================
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
----------------
bruno wrote:
> Space after `-triple=x86_64`
it is `-triple=x86_64--` (lazy mans way of writing `-triple=x86_64-unknown-unknown`)


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