Skip to content

Commit cc7f2de

Browse files
committed
Testing devcontainers ci
1 parent c96b4eb commit cc7f2de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/conversion/c_conversion.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ struct LightstormConversionContext {
2323
mlir::TypeConverter &converter;
2424
};
2525

26+
struct Stuff {
27+
mlir::MLIRContext &context;
28+
mlir::TypeConverter &converter;
29+
};
30+
2631
template <typename Op> struct LightstormConversionPattern : public mlir::ConversionPattern {
2732
LightstormConversionPattern(LightstormConversionContext &loweringContext)
2833
: conversionContext(loweringContext),

0 commit comments

Comments
 (0)