[clang] [CIR] Build out AST consumer patterns to reach the entry point into CIRGen (PR #91007)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon May 27 22:49:01 PDT 2024
================
@@ -0,0 +1,61 @@
+//===---- CIRGenAction.h - CIR Code Generation Frontend Action -*- C++ -*--===//
----------------
ChuanqiXu9 wrote:
Should we move this header to `CIR` or `FrontendAction`? Currently it lives in `CIRFrontendAction` but its implementation file lives in `FrontendAction`
https://github.com/llvm/llvm-project/pull/91007
More information about the cfe-commits
mailing list