[Lldb-commits] [PATCH] D42563: [lldb] attempt to fix DIERef::GetUID
Alexander Shaposhnikov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 30 10:54:30 PST 2018
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
More information about the lldb-commits
mailing list