[all-commits] [llvm/llvm-project] 3e8342: Fix TableGen emitter: hasValue() has been renamed ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Jun 1 21:36:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e83426c2fbe761e54978afdee8a1bfa83fa3d2b
https://github.com/llvm/llvm-project/commit/3e83426c2fbe761e54978afdee8a1bfa83fa3d2b
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M mlir/test/mlir-tblgen/attr-or-type-format.td
M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
Log Message:
-----------
Fix TableGen emitter: hasValue() has been renamed has_value()
This codepath isn't exercised in-tree right now unfortunately, this only
happens when a dialect does not use the default entry points for types
parsing AND is extensible: both of these aren't the default settings and
the combination of them isn't common.
Fix #63058
More information about the All-commits
mailing list