forked from OSchip/llvm-project
Adding gitattributes for split-file tests
This change gets the split-file tests passing on Windows when autocrlf=true.
This commit is contained in:
parent
68226e572f
commit
ea836c880a
|
@ -23,3 +23,5 @@ test/tools/llvm-mca/X86/directives-handle-crlf.s text eol=crlf
|
|||
|
||||
# These files must have LF line endings because the test requires exact matching
|
||||
test/tools/llvm-strings/radix.test text eol=lf
|
||||
test/tools/split-file/basic.test text eol=lf
|
||||
test/tools/split-file/Inputs/basic-*.txt eol=lf
|
||||
|
|
Loading…
Reference in New Issue