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 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