Exclude MLIR bindings from clang-tidy checks
Those bindings requires extra dependencies (like Python, pybind11) and clang-tidy fails to analyze the source files if they are not configured properly.
This commit is contained in:
parent
40e32358de
commit
0f73b01874
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ debuginfo-tests/dexter/feature_tests/subtools/test
|
||||||
clang/test
|
clang/test
|
||||||
libclc
|
libclc
|
||||||
mlir/examples/standalone
|
mlir/examples/standalone
|
||||||
|
mlir/include/mlir-c/Bindings
|
||||||
|
mlir/include/mlir/Bindings
|
||||||
|
mlir/lib/Bindings
|
||||||
mlir/test
|
mlir/test
|
||||||
mlir/tools/mlir-cuda-runner
|
mlir/tools/mlir-cuda-runner
|
||||||
mlir/tools/mlir-rocm-runner
|
mlir/tools/mlir-rocm-runner
|
||||||
|
|
Loading…
Reference in a new issue