[clang] [CIR] Add undef handling to enable global lambdas (PR #169721)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 26 12:15:52 PST 2025
================
@@ -240,7 +240,7 @@ class CIRAttrToValue {
.Case<cir::IntAttr, cir::FPAttr, cir::ConstComplexAttr,
----------------
erichkeane wrote:
Its a Little weird to me that this is a hand-typed list here, and that we don't have some sort of tablegen to get this list? Perhaps a task for a future patch :)
https://github.com/llvm/llvm-project/pull/169721
More information about the cfe-commits
mailing list