[PATCH] D117897: [split-file] Respect input file's line endings

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 11:03:14 PST 2022


beanz added a comment.

In D117897#3261865 <https://reviews.llvm.org/D117897#3261865>, @MaskRay wrote:

> I think llvm-project tests normally should all use '\n', but this change may make the utility more useful outside llvm-project, so looks good.

The fact that they are required to be LF ended was intended to be temporary while the issues with CRLF got worked out (see the note: https://llvm.org/docs/GettingStarted.html#checkout-llvm-from-git).

This is me trying to work out the issues :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117897/new/

https://reviews.llvm.org/D117897



More information about the llvm-commits mailing list