[Lldb-commits] [lldb] [lldb] Add ability to detect darwin host linker version to xfail tests (PR #83941)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 14:09:55 PST 2024


kastiglione wrote:

We're going to need this logic in a couple from shell tests too.

Should we:
1. Duplicate the logic into lit.cfg.py?
2. Import lldbplatformutil.py into lit.cfg.py? (are there any python structure/layout issues that would complicate this?)
3. Put the logic in an independent location and have both lit.cfg.py and lldbplatformutil.py import that?

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


More information about the lldb-commits mailing list