forked from OSchip/llvm-project
Fix doc on how to run clang-tidy on MLIR codebase (NFC)
This commit is contained in:
parent
b788e352ab
commit
7f42c40ff2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue