ToolsΒΆ
cmake --build buildbuilds the compiler and Python bindings.ninja -C build check-ttlangruns compiler MLIR tests and Python binding tests.ninja -C build check-ttlang-allruns the full compiler test suite (MLIR, bindings, end-to-end, pytest, Python lit). Does not include simulator tests.llvm-litexecutes individual MLIR tests.python -m pytest test/simexercises the simulator flows (not included incheck-ttlang-all).pre-commit run --all-filesformats and enforces style.cmake --build build --target ttlang-docsbuilds the Sphinx HTML docs.