[Mlir-commits] [mlir] [MLIR] emitc: Add emitc.file op (PR #123298)
Marius Brehler
llvmlistbot at llvm.org
Wed Jan 29 02:01:53 PST 2025
================
@@ -231,6 +232,11 @@ struct CppEmitter {
/// be declared at the beginning of a function.
bool shouldDeclareVariablesAtTop() { return declareVariablesAtTop; };
+ /// Returns whether this translation unit should be emitted
----------------
marbre wrote:
```suggestion
/// Returns whether this file should be emitted
```
https://github.com/llvm/llvm-project/pull/123298
More information about the Mlir-commits
mailing list