[Lldb-commits] [PATCH] D42281: WIP: compile the LLDB tests out-of-tree

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 19 09:29:03 PST 2018


> On Jan 19, 2018, at 9:04 AM, Adrian Prantl via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> aprantl added a comment.
> 
> In https://reviews.llvm.org/D42281#981969, @clayborg wrote:
> 
>> Looks like a good start. It might be nice to validate that after "clean" that we have no files that are untracked in the test directory? This could help us to verify that we don't leave artifacts around.
> 
> 
> My idea was actually to remove the requirement that Makefiles have to implement a functional `clean:` rule, since we now can clean by merely wiping --build-dir. What do you think about that?

That is fine. 

> https://reviews.llvm.org/D42281
> 
> 
> 



More information about the lldb-commits mailing list