[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
Mon Nov 24 09:29:14 PST 2025


naveen-seth wrote:

Does this go away when doing a clean build?
While working on this PR, I had the issue that cmake or ninja cache wasn't aware of when a dependency relation was removed, but only when one was added.

(I suspect this might be it, because the LLVM buildbot didn't fail with `-DBUILD_SHARED_LIBS=ON`).

If the error is introduced by this PR, could you revert this?
I'd only be available to do it a bit later. Thank you!

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


More information about the lldb-commits mailing list