Commit b97369c
committed
EISW-173753 Fix invalid TableGen flag in LLVM 20.x causing precommit failure
Exclude --no-warn-on-unused-template-args for mlir-src-sharder. This flag is not recognized by mlir-src-sharder and causes a build failure.
Exclude it conditionally while preserving it for other tools that support it.1 parent a87e111 commit b97369c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments