Building libc without clang fails with:
CMake Error at /home/asteinhauser/llvm-project/libc/CMakeLists.txt:49 (message):
'clang' and 'clang-tools-extra' are required in LLVM_ENABLE_PROJECTS to
lint llvm-libc. The linting step performs important checks to help prevent
the introduction of subtle bugs, but it may increase build times.
Details
Details
- Reviewers
sivachandra - Commits
- rG504d8d9d8a20: [libc] Fixing the build command for benchmarks.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
FWIW, we should do something about clang and clang-tools-extra being required. It also causes the Harbormaster builds to fail because it not longer builds all top level targets anymore.
Comment Actions
The premerge failures were fixed with this: https://github.com/google/llvm-premerge-checks/commit/856ce4b148c19803172abde90c8c1e53673acd4d.
The latest set of failures seem to be because the premerge service is down. Are you seeing problems elsewhere?
Comment Actions
Oh yes you two are right last I looked must have been before that change. Sorry for the noise.