[PATCH] D39737: [MC] Fix regression tests on Windows when git “core.autocrlf” is set to true

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 14:43:08 PST 2017


rnk added a comment.

In https://reviews.llvm.org/D39737#918425, @caoz wrote:

> Thanks Reid. The fix doesn't have regressions on Linux, as it supports both styles of line ending ("\r\n" and "\n").


I'm sure it's possible to add regression tests that run on Linux with .gitattributes.


https://reviews.llvm.org/D39737





More information about the llvm-commits mailing list