This missing dependency causes link-time failures in binaries
including LinalgTransforms. We've added the dependency
further up, where we use this library in our project
(https://github.com/google/iree/commit/df6b77a46efa939a496012a186d3d94dec35d8c3),
but it more properly belongs here.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This is my first contribution now that MLIR has moved to the monorepo. Feedback on what I got wrong welcome
Unit tests: pass. 61909 tests passed, 0 failed and 782 were skipped.
clang-tidy: unknown.
clang-format: pass.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Remove LinalgUtils dependency from test transforms
This was masking the missing dependency in LinalgTransforms
LinalgToSpirv is only in the IREE project, but I removed the extra dependency from the test transforms, which I think was masking this error as you describe.
Unit tests: pass. 61909 tests passed, 0 failed and 782 were skipped.
clang-tidy: unknown.
clang-format: pass.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml