bcardosolopes wrote: > The reason I didn't add an explicit test was that there's no way to > explicitly trigger an MLIR error from C/C++ source code with clang. The same > is true for LLVM errors and OGCG as far as I know.
How about `errorNYI` output? https://github.com/llvm/llvm-project/pull/165838 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
