Sign in
llvm
/
llvm-project
/
refs/heads/users/nico/python-2
/
.
/
mlir
/
test
/
Target
/
LLVMIR
/
commandline.mlir
blob: 817a5ac2164e9f283ed5ee2a168127b507c22f5f [
file
] [
log
] [
blame
] [
edit
]
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
// CHECK: !llvm.commandline = !{![[S:[0-9]+]]}
// CHECK: ![[S]] = !{!"exec -o infile"}
module
attributes
{
llvm
.
commandline
=
"exec -o infile"
}
{
}