Fix doc on how to run clang-tidy on MLIR codebase (NFC)

This commit is contained in:
Mehdi Amini 2022-01-03 06:58:45 +00:00
parent b788e352ab
commit 7f42c40ff2
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ the root of the repo:
{ time \
CLANG_TIDY=build-clang/bin/clang-tidy \
TIMING_TIDY=time \
./mlir/utils/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
; } 2>&1 | tee ~/clang-tidy.log
./mlir/utils/clang-tidy/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
} 2>&1 | tee ~/clang-tidy.log
```
- `build-clang/` contains the result of a build of clang-tidy, configured