[mlir] ODS: temporarily disbale external model in presence of extra class declarations
authorAlex Zinenko <zinenko@google.com>
Wed, 16 Jun 2021 10:12:36 +0000 (12:12 +0200)
committerAlex Zinenko <zinenko@google.com>
Wed, 16 Jun 2021 10:18:56 +0000 (12:18 +0200)
commit61cf7c72587fd4a9f10ea6c68d67847adf780d11
tree29e3fbd00617a0e4225eb1cbc87ebb8f59ba9434
parent0a714eaa51d0ef6390cba89d75b7790405dd776b
[mlir] ODS: temporarily disbale external model in presence of extra class declarations

Default implementations of interfaces may rely on extra class
declarations, which aren't currently generated in the external model,
that in turn may rely on functions defined in the main Attribute/Type
class, which wouldn't be available on the external model.
mlir/tools/mlir-tblgen/OpInterfacesGen.cpp