[llvm-dev] A Fresh Start with LLVM
via llvm-dev
llvm-dev at lists.llvm.org
Mon May 14 11:54:25 PDT 2018
[Remembering to re-add llvm-dev this time...]
> My primary development platform is Windows,
Make sure you do
git config core.autocrlf input
to (help) avoid line-ending issues. This isn't in the LLVM
git-related documentation anywhere, that I know of, but it
has been helpful for me (using git mono-repo for a while and
recently moving my upstream development to Windows).
(In particular, finding this setting and forcing fresh checkouts
addressed ~50 lit test failures I had in the Clang tests.)
Have fun!
--paulr
More information about the llvm-dev
mailing list