[Lldb-commits] [PATCH] Remove autogenerated makefiles after running tests

Zachary Turner zturner at google.com
Wed Feb 4 18:43:09 PST 2015


Greg, I thought about this some more and, i think *for now*, we need to at
the very least rename these Makefiles in the repo.

As it stands, the test runner is broken in the presence of checked in
Makefiles, and it's severely annoying for those of us who are affected by
this.

You can still debug it this way, instead of typing make you just run make
with whatever option lets you specify the input makefile.
On Wed, Feb 4, 2015 at 10:58 AM Greg Clayton <clayborg at gmail.com> wrote:

> Please just check the Makefile files in, don't remove them. Why? Because
> when this test fails, I want to be able to go to each directory and type
> "make" and then be able to debug it. If there are no makefiles, you can
> only run it by running the inline test. This is why the Makefiles were left
> there. So just run these tests once and check in any Makefile files that
> are not already checked in.
>
>
> http://reviews.llvm.org/D7407
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150205/4dbccc7b/attachment.html>


More information about the lldb-commits mailing list