Skip to content

Commit 09914fb

Browse files
committed
[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.
1 parent 2bff9d9 commit 09914fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ test/tools/llvm-mca/X86/directives-handle-crlf.s text eol=crlf
2525

2626
# These files must have LF line endings because the test requires exact matching
2727
test/Object/Inputs/*.tbd eol=lf
28+
test/tools/llvm-rc/Inputs/webpage*.html text eol=lf
2829
test/tools/llvm-strings/radix.test text eol=lf
2930
test/tools/llvm-tapi-diff/Inputs/*.tbd text eol=lf
3031
test/tools/split-file/basic.test text eol=lf

0 commit comments

Comments
 (0)