This is no longer necessary after f5425c128a30 and significatly
decreases the build time and the binary footprint.
Details
Details
- Reviewers
Dinistro - Commits
- rG61cddaa2dabb: Drop MLIR Bazel dependency on LLVM Analysis
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The build was successful (it wouldn't have been if mlir:Analysis had still had a dependency on files from llvm:Analysis) The failing tests under Bazel are
@llvm-project//mlir/test/Dialect:IRDL/test-cmath.mlir.test @llvm-project//mlir/test/Dialect:IRDL/testd.mlir.test
which are not related to this change.