[PATCH] D144527: [Test] Set gitattributes for line endings in tapi inputs
Justin Bogner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 16:07:57 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG88bd2601c013: [Test] Set gitattributes for line endings in tapi inputs (authored by bogner).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144527/new/
https://reviews.llvm.org/D144527
Files:
llvm/.gitattributes
Index: llvm/.gitattributes
===================================================================
--- llvm/.gitattributes
+++ llvm/.gitattributes
@@ -22,7 +22,9 @@
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/Object/Inputs/*.tbd eol=lf
test/tools/llvm-strings/radix.test text eol=lf
+test/tools/llvm-tapi-diff/Inputs/*.tbd text eol=lf
test/tools/split-file/basic.test text eol=lf
test/tools/split-file/Inputs/basic-*.txt eol=lf
test/tools/split-file/basic.crlf.test text eol=crlf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144527.499319.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/586e81dd/attachment.bin>
More information about the llvm-commits
mailing list