[llvm-commits] [llvm] r161765 - /llvm/trunk/tools/
Benjamin Kramer
benny.kra at gmail.com
Tue Aug 14 04:46:01 PDT 2012
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.
- Ben
More information about the llvm-commits
mailing list