================
@@ -0,0 +1,80 @@
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -fclangir
-fno-clangir-call-conv-lowering -Wno-coroutine-missing-unhandled-exception
-emit-cir %s -o %t.cir
----------------
Andres-Salamanca wrote:
Yes, this is necessary. Without it, I get the following error:
`error: 'cir.func' op x86_64 calling-convention lowering not yet implemented
for type '!cir.struct<"std::suspend_always" padded {!cir.int<u, 8>}>'`
I added the comment in my last commit. Thanks for pointing it out.
https://github.com/llvm/llvm-project/pull/220466
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits