[Lldb-commits] [PATCH] D135825: [LLDB] Only run lldb-server Shell tests if it gets built
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 13 11:12:03 PDT 2022
bulbazord added a comment.
In D135825#3855539 <https://reviews.llvm.org/D135825#3855539>, @DavidSpickett wrote:
> 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.
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! :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135825/new/
https://reviews.llvm.org/D135825
More information about the lldb-commits
mailing list