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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
