xref: /llvm-project/mlir/test/Dialect/Transform/preload-library-invalid.mlir (revision 282d501476284c46fd943dcbae87494cb08e2c5f)
1// RUN: mlir-opt %s \
2// RUN:   -transform-preload-library=transform-library-paths=%p%{fs-sep}include%{fs-sep}test-interpreter-library-invalid \
3// RUN:   -transform-interpreter=entry-point=private_helper \
4// RUN:   -verify-diagnostics
5
6// This test checks if the preload mechanism fails gracefully when passed an
7// invalid transform file.
8