[LLVMdev] [PATCH] Re: Pluggable Register Coalescers

Reid Spencer rspencer at reidspencer.com
Mon Jul 16 16:32:44 PDT 2007


On Mon, 2007-07-16 at 16:19 -0700, Evan Cheng wrote:

> Property changes on: llvm/include/llvm/CodeGen/RegisterAllocator.h
> ___________________________________________________________________
> Name: svn:eol-style
>     + LF
> 
> What's this?

Its a property change. In Subversion every file and directory can have
properties associated with them. For example the svn:ignore property on
a directory tells svn to ignore certain non-versioned files. Simlarly
svn:execute tells svn that the file is executable and so should have
execute permissions on it when its checked out.

This particular one is saying that the end-of-line style for this file
should be
just LF rather than CR-LF. Our standard is the Unix standard, LF and
that is also the subversion default. This property set is superfluous
but harmless.

Reid.




More information about the llvm-dev mailing list