[Lldb-commits] [lldb] Add ability to specify running LLDB API testsuite by json description (PR #89764)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 29 13:02:26 PDT 2024


JDevlieghere wrote:

I'm curious to understand the motivation behind this a bit more. Specifically, how are the JSON files different from creating separate `lit.site.cfg.py` for the different test suite? Downstream we generate separate separate `lit.site.cfg.py` for different test runs, and then point lit towards them. Could you achieve the same with adding another configuration layer in between? 

https://github.com/llvm/llvm-project/pull/89764


More information about the lldb-commits mailing list