[clang] [CIR] Call code gen; create empty cir.func op (PR #113483)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 1 05:55:33 PDT 2024


================
@@ -13,4 +13,22 @@
 #ifndef LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
 #define LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
 
+#include "mlir/IR/Builders.h"
----------------
AaronBallman wrote:

I think we'd usually have the clang includes first though so there's less chance of accidental reliance on transitive includes from mlir.

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


More information about the cfe-commits mailing list