[llvm-commits] [llvm] r161765 - /llvm/trunk/tools/

David Blaikie dblaikie at gmail.com
Tue Aug 14 08:28:45 PDT 2012


On Tue, Aug 14, 2012 at 4:46 AM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
> On 13.08.2012, at 19:50, David Blaikie <dblaikie at gmail.com> wrote:
>
>> Author: dblaikie
>> Date: Mon Aug 13 12:50:44 2012
>> New Revision: 161765
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=161765&view=rev
>> Log:
>> Ignore known externally-homed tools.
>>
>> Modified:
>>    llvm/trunk/tools/   (props changed)
>>
>> Propchange: llvm/trunk/tools/
>> ------------------------------------------------------------------------------
>> --- svn:ignore (added)
>> +++ svn:ignore Mon Aug 13 12:50:44 2012
>> @@ -0,0 +1,3 @@
>> +clang
>> +lld
>> +lldb
>
> Can you make sure that "make update" in the llvm root still picks up clang and updates all svn checkouts? It was the reason why the clang directory wasn't ignored.

Ah, I didn't realize that machinery was powered by this particular
mechanism - thanks for pointing it out. A quick glance at the Makefile
seems to show that it still works that way & that I've probably broken
it. I'll try to find an alternate fix to it this morning.

- David



More information about the llvm-commits mailing list