[Mlir-commits] [mlir] 7f42c40 - Fix doc on how to run clang-tidy on MLIR codebase (NFC)

Mehdi Amini llvmlistbot at llvm.org
Sun Jan 2 23:00:18 PST 2022


Author: Mehdi Amini
Date: 2022-01-03T07:00:07Z
New Revision: 7f42c40ff2684673cc9ffb375f688316a23064b0

URL: https://github.com/llvm/llvm-project/commit/7f42c40ff2684673cc9ffb375f688316a23064b0
DIFF: https://github.com/llvm/llvm-project/commit/7f42c40ff2684673cc9ffb375f688316a23064b0.diff

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

Added: 
    

Modified: 
    mlir/utils/clang-tidy/README.md

Removed: 
    


################################################################################
diff  --git a/mlir/utils/clang-tidy/README.md b/mlir/utils/clang-tidy/README.md
index f8ddcbe74f924..ca43a77c4a0e9 100644
--- a/mlir/utils/clang-tidy/README.md
+++ b/mlir/utils/clang-tidy/README.md
@@ -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


        


More information about the Mlir-commits mailing list