On Wed, Jan 17, 2018 at 3:44 PM Jim Ingham <jing...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to