find_package(LLVM) is redundant since find_package(MLIR) calls it internally
Open
- Dominant language
- MLIR
- Stars
- 156
- Forks
- 45
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 22
Description
The top-level CMakeLists.txt should not do the extra `find_package(LLVM)` step as it is already done by the `find_package(MLIR)` call.
Contributor guide
Assessment
This issue has not been assessed yet.