[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / mlir-translate / unregistered-dialects.mlir
blobac275ce6fec4e4859e6ce9c2ac7ee87fe5efd227
1 // RUN: not mlir-translate %s --allow-unregistered-dialect --mlir-to-llvmir -verify-diagnostics 2>&1 | FileCheck --check-prefix=UNREGOK %s
2 // RUN: not mlir-translate %s --mlir-to-llvmir -verify-diagnostics 2>&1 | FileCheck --check-prefix=REGONLY %s
5 // If the parser allows unregistered operations, then the translation fails,
6 // otherwise the parse fails.
8 // UNREGOK: cannot be converted to LLVM IR
9 // REGONLY: operation being parsed with an unregistered dialect
11 func.func @trivial() {
12   "simple.terminator"() : () -> ()