[PATCH] D19285: Tweaks to get_started.html, especially for Windows developers

Adrian McCarthy via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 09:33:40 PDT 2016


Like many folks, I use git-svn, and I had git's core.autocrlf config set to
true, which worked fine when working on LLDB (which I've been doing for
about a year).  The first time I tried to run Clang tests, however, I got
about 30 failures because of the CR+LFs.

My opinion is that the tests are too fragile if they can't handle platform
native line separators, but until we fix that, the note seems useful.

Aid.

On Wed, Apr 20, 2016 at 9:01 AM, Yaron Keren <yaron.keren at gmail.com> wrote:

> yaron.keren added a comment.
>
> AFAIK the eol type is decided by svn based the svn:eol-style property, so
> as long the files were checked in correctly and you do not override it
> specifically while svn checkout,  it just works.
> Did you encounter problems with eol ?
>
>
> http://reviews.llvm.org/D19285
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160420/be9e6875/attachment.html>


More information about the llvm-commits mailing list