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
[compiler-rt] [test] Mark a couple files as requiring LF newlines
Since dccebdd, the majority of
files are checked out in the "native" form, which means CRLF
newlines on Windows, despite what the Git core.autocrlf setting
is set to.
Some of the profile test files fail if they have CRLF newlines;
add a .gitattributes file that forces them to be checked out
with LF newlines.
0 commit comments