[all-commits] [llvm/llvm-project] 3e09a9: [mlir][mesh] Fix build breakage (#74362)
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon Dec 4 14:29:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e09a93859c69f1e5692226a849c067b71d010b1
https://github.com/llvm/llvm-project/commit/3e09a93859c69f1e5692226a849c067b71d010b1
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M mlir/lib/Dialect/Mesh/IR/CMakeLists.txt
Log Message:
-----------
[mlir][mesh] Fix build breakage (#74362)
```
/usr/bin/ld: CMakeFiles/obj.MLIRMeshDialect.dir/MeshOps.cpp.o: in function
`mlir::mesh::BroadcastOp::print(mlir::OpAsmPrinter&) [clone .localalias]':
MeshOps.cpp:(.text._ZN4mlir4mesh11BroadcastOp5printERNS_12OpAsmPrinterE+0x2 d3): undefined reference to `mlir::printDynamicIndexList(mlir::OpAsmPrinter&, mlir::Operation*, mlir::OperandRange, llvm::ArrayRef<long>, mlir::TypeRange, llvm::ArrayRef<bool>, mlir::AsmParser::Delimiter)'
```
More information about the All-commits
mailing list