brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · e2c343d Raw
7 lines · plain
1// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s2 3// CHECK: !llvm.ident = !{![[ID:[0-9]+]]}4// CHECK: ![[ID]] = !{!"flang version 61.7.4"}5module attributes {llvm.ident = "flang version 61.7.4"} {6}7