[clang] [CIR] Build out AST consumer patterns to reach the entry point into CIRGen (PR #91007)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri May 3 13:44:58 PDT 2024


================
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s
----------------
erichkeane wrote:

Would still like this to 'pipe' to filecheck.  In addition to 'not crash', it would be worthwhile to ensure we emit sensible IR.

https://github.com/llvm/llvm-project/pull/91007


More information about the cfe-commits mailing list