Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git] / mlir / docs / Dialects / Linalg.md
blob1ed5a2c2a2641ef96072b8eadb1351a880d71354
1 # Linalg Dialect
3 To generate the documentation:
5 ```sh
6 mlir-tblgen --gen-op-doc -I /path/to/mlir/include \
7 /path/to/mlir/include/mlir/Dialect/Linalg/IR/LinalgDoc.td
8 ```