[Lldb-commits] [PATCH] D54731: [lit] Enable the use of custom user-defined lit commands

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 20 16:19:44 PST 2018


zturner added a reviewer: vsk.
zturner added a comment.

+vsk.  One thing I need input from LLDB people on is whether this seems like a good "general direction" for writing lit tests.  Does wrapping compilation and linker commands behind a python function seem like it would address these use cases?

Can we think of any other use cases for custom commands like this?


https://reviews.llvm.org/D54731





More information about the lldb-commits mailing list