brintos

brintos / llvm-project-archived public Read only

0
0
Text · 205 B · 817a5ac Raw
7 lines · plain
1// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s2 3// CHECK: !llvm.commandline = !{![[S:[0-9]+]]}4// CHECK: ![[S]] = !{!"exec -o infile"}5module attributes {llvm.commandline = "exec -o infile"} {6}7