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
205 B
MLIR
7 lines
205 B
MLIR
// 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"} {
|
|
}
|