================
@@ -25,6 +25,7 @@ using namespace clang;
 enum ActionType {
   PrintRecords,
   DumpJSON,
+  GenCIRBuiltinsLowering,
----------------
andykaylor wrote:

All of the changes in this directory need to be guarded by a `CLANG_ENABLE_CIR` 
preprocessor check, and we'll need approval from the regular clang maintainers.

https://github.com/llvm/llvm-project/pull/151750
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to