[all-commits] [llvm/llvm-project] 91ae1f: Improve fatal error message when handling promised...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Jun 23 19:08:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91ae1f5d08d98daae2122b0ab3779b8e1603a045
https://github.com/llvm/llvm-project/commit/91ae1f5d08d98daae2122b0ab3779b8e1603a045
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-06-24 (Sat, 24 Jun 2023)
Changed paths:
M mlir/include/mlir/IR/DialectInterface.h
M mlir/lib/IR/Dialect.cpp
Log Message:
-----------
Improve fatal error message when handling promised interfaces
When initializing DialectInterfaceCollection, we wouldn't have the missing
interface name in the error.
Differential Revision: https://reviews.llvm.org/D153676
More information about the All-commits
mailing list