It's easy enough to disable the lldb-server build. The lldb-server unit tests already have logic to disable them if we don't build, so this just makes it even.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Would a lit.local.cfg work in this folder (lldb/test/Shell/lldb-server/ that is)? That would automatically apply it to all existing and future tests.
llvm/test/MC/AArch64/lit.local.cfg is one example.
Comment Actions
Just tried this out, seems like it will work for the purposes of this patch. I'll update this patch when I have a moment. Thanks for reviewing! :)