We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cb62b commit b922365Copy full SHA for b922365
mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
@@ -680,7 +680,7 @@ void DefGen::emitStorageClass() {
680
storageCls->finalize();
681
for (auto ¶m : params) {
682
if (param.getCppType().contains("APInt") && !param.hasCustomComparator()) {
683
- PrintError(
+ PrintFatalError(
684
def.getLoc(),
685
"Using a raw APInt parameter without a custom comparator is "
686
"not supported because an assert in the equality operator is "
0 commit comments