[lldb-dev] Questions about the LLDB testsuite and improving its reliability
Zachary Turner via lldb-dev
lldb-dev at lists.llvm.org
Wed Jan 17 15:50:26 PST 2018
On Wed, Jan 17, 2018 at 3:44 PM Jim Ingham <jingham at apple.com> wrote:
>
> I don't see any of these operations that can't be done in a make file,
> after all you can run arbitrary commands there. We do make directories,
> dylibs, move and strip files, etc in some of the makefiles in the test case.
>
Make doesn't have builtin substitutions like %t or even better, ones you
can define yourself in Python. Make can obviously do anything (it can even
run a shell script!) but when you have a DSL, then it becomes much easier
to do domain specific things.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180117/03dbccd9/attachment-0001.html>
More information about the lldb-dev
mailing list