[Lldb-commits] [lldb] Revert "[lldb] Fix the way we set up the lldb modules infrastructure." (PR #66271)
Vassil Vassilev via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 13 12:11:05 PDT 2023
vgvassilev wrote:
@bnbarham, I think it would be useful to keep it.
> If we think this is useful to keep I'll need to look into how https://github.com/llvm/llvm-project/pull/65683 broke LLDB testing:
Incremental processing should also enable the llvm expression parser workflows. The advantage is that now we can write tests against `clang-repl` which combines the clang frontend and the llvm jit. If we capture the lldb workflows in these tests we will reduce the amount of regressions that inadvertently happen because of these two components are not tested together.
> That change should effectively be NFC as far as -fincremental-extensions is concerned, so if you have any ideas that would be appreciated :)
If you can provide links to the failing tests I can take a look.
https://github.com/llvm/llvm-project/pull/66271
More information about the lldb-commits
mailing list