[libc-commits] [clang-tools-extra] [libc] [libc][docs][NFC] Remove dead files and consolidate check.rst (PR #194442)
Victor Chernyakin via libc-commits
libc-commits at lists.llvm.org
Mon Apr 27 13:08:02 PDT 2026
localspook wrote:
It looks like the problem is that this line:
https://github.com/llvm/llvm-project/blob/85cafcba12709871c605749411cebf33fd8d55bf/.github/workflows/pr-code-lint.yml#L58
Determines that `clang-tools-extra` doesn’t need to be built given the changed files (which is correct), but further down, the script unconditionally builds `genconfusable` (part of `clang-tools-extra`):
https://github.com/llvm/llvm-project/blob/85cafcba12709871c605749411cebf33fd8d55bf/.github/workflows/pr-code-lint.yml#L79
https://github.com/llvm/llvm-project/pull/194442
More information about the libc-commits
mailing list