You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gitattributes] Mark some llvm-rc inputs as requiring LF newlines
These text files get embedded verbatim in
llvm/test/tools/llvm-rc/tag-html.test, so their newlines form
needs to match the expected form exactly.
This reverts commit 2fdf49d, as
that change no longer should be necessary. (At the time, buildbots
had checkouts with all files having CRLF, and those don't get
updated even if the toplevel .gitattributes were reverted in
e669bbb. Now those buildbots have
gotten fresh checkouts with all files having the right line endings.)
0 commit comments