[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [clang] Refactor to remove clangDriver dependency from clangFrontend and flangFrontend (PR #165277)

Naveen Seth Hanig via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 29 07:39:06 PST 2025


naveen-seth wrote:

The issue went away after doing a clean build (https://github.com/llvm/llvm-project/pull/169397#issuecomment-3578567161).
Make sure to delete the entire build directory because `cmake --build <build-dir> --target clean` does not remove `<build-dir>/ninja_deps`.

I am not sure whether deleting only `<build-dir>/ninja_deps` is sufficient too, but starting with a completely fresh build directory definitely fixes the problem.

https://github.com/llvm/llvm-project/pull/165277


More information about the lldb-commits mailing list