[all-commits] [llvm/llvm-project] 61cf7c: [mlir] ODS: temporarily disbale external model in ...
ftynse via All-commits
all-commits at lists.llvm.org
Wed Jun 16 03:21:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61cf7c72587fd4a9f10ea6c68d67847adf780d11
https://github.com/llvm/llvm-project/commit/61cf7c72587fd4a9f10ea6c68d67847adf780d11
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M mlir/tools/mlir-tblgen/OpInterfacesGen.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list