The underlying issue was caused by a file included in two different
places which resulted in duplicate definition errors when linking
individual shared libraries. This was fixed in c3201ddaea
[#109874].
7 lines
203 B
LLVM
7 lines
203 B
LLVM
; 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"}
|