[Lldb-commits] [PATCH] D17957: Expression evaluation for overloaded C functions
Ewan Crawford via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 14 10:10:03 PDT 2016
EwanCrawford added inline comments.
================
Comment at: packages/Python/lldbsuite/test/expression_command/call-overloaded-c-fuction/Makefile:8
@@ +7,2 @@
+clean::
+ rm -rf $(wildcard *.o *.d *.dSYM)
----------------
labath wrote:
> clayborg wrote:
> > Maybe we can have a standard clean rule in the main makefiles:
> >
> > standard_clean:
> > rm -rf $(wildcard *.o *.d *.dSYM)
> >
> > And maybe we can call this before calling the "clean" where each test case can override this. Not required for this patch though.
> The main Makefile.rules does the cleanup already, I'm pretty sure this rule is not necessary.
Good to know, I'll remove this case
Repository:
rL LLVM
http://reviews.llvm.org/D17957
More information about the lldb-commits
mailing list