Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md - remove outdated command for documentation (#939)
Remove the directions for building TableGen-derived documentation as the indicated CMake target, `mlir-doc`, does not work. When I run `cmake --build . --target mlir-doc`, I get the following error: ``` ninja: error: '/home/rolf/intel_code/tpp-mlir/include/TPP/Dialect/Check/CheckDialect.td', needed by 'include/TPP/Dialect/Check/CheckDialect.md', missing and no known rule to make it ``` To me this indicates that there are rules for this target but that they are currently broken (something wrong with the `CMakeLists.txt` for the `Check` dialect?). This PR only addresses the documentation aspect. We might want to fix the `mlir-doc` target (e.g. by removing it) in another PR.
- Loading branch information