chelcassanova wrote: > I expect not because the compilation database only deals with sources, .cpp, > .cc etc. not headers.
So it should be trying to load something like `compile_commands.json`? Which is in the root of the build dir so when the tool needs to load it's going to try and do some from the test dir which is not where that file would be. https://github.com/llvm/llvm-project/pull/138031 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits