Skip to content

Commit 2002533

Browse files
committed
[compiler-rt] [test] Mark a couple files as requiring LF newlines
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, regarless of the user Git configuration.
1 parent 04aa0c6 commit 2002533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
instrprof-gcov-*.c text eol=lf
2+
instrprof-gcov-*.cpp text eol=lf
3+
instrprof-shared-*.c text eol=lf

0 commit comments

Comments
 (0)