[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git] / mlir / test / Target / LLVMIR / ident.mlir
blobe2c343df3c7f33962cd7f613884df6bec7b6e4cc
1 // RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
3 // CHECK: !llvm.ident = !{![[ID:[0-9]+]]}
4 // CHECK: ![[ID]] = !{!"flang version 61.7.4"}
5 module attributes {llvm.ident = "flang version 61.7.4"} {