[Lldb-commits] [PATCH] D67083: [dotest] Avoid the need for LEVEL= makefile boilerplate
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 3 09:27:29 PDT 2019
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
This looks like a very good idea!
================
Comment at: packages/Python/lldbsuite/test/lldbinline.py:116
- makefile.write("include $(LEVEL)/Makefile.rules\n")
+ makefile.write("include Makefile.rules\n")
makefile.write("\ncleanup:\n\trm -f Makefile *.d\n\n")
----------------
wait.. lldbinline can auto-generate a Makefile? Is that feature used by any tests?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67083/new/
https://reviews.llvm.org/D67083
More information about the lldb-commits
mailing list