Sign in
llvm
/
llvm-project
/
mlir
/
refs/heads/master
/
.
/
test
/
Target
/
LLVMIR
/
Import
/
commandline.ll
blob: f31aec8cc5aac1b0f40765c249bd8cd6db961b21 [
file
] [
log
] [
blame
]
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK: module attributes {
; CHECK-SAME: llvm.commandline = "exec -o infile"
!llvm.commandline
=
!
{
!0
}
!0
=
!
{
!"exec -o infile"
}