alexshap added inline comments.

================
Comment at: 
packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile:10-12
+.PHONY: clean
+clean::
+       $(RM) -f a.dwo a.o b.o main
----------------
tberghammer wrote:
> Do you need this? I think Makefile.rules should generate it for you and 
> looking at that rule it should be correct.
it generates the cleanup for .o files, but not for .dwo (because -gsplit-dwarf 
is added manually)


Repository:
  rL LLVM

https://reviews.llvm.org/D42563



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to