[Ibis][NFC] Opt-out of MLIR properties for attributes for now.

This commit is contained in:
Will Dietz 2023-08-31 08:13:03 -05:00
parent f833dafc97
commit 9f8a5abb0d
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ def IbisDialect : Dialect {
let useDefaultTypePrinterParser = 1;
let useDefaultAttributePrinterParser = 1;
// Opt-out of properties for now, must migrate by LLVM 19. #5273.
let usePropertiesForAttributes = 0;
let extraClassDeclaration = [{
void registerTypes();
void registerAttributes();