[PATCH] D67391: Fix the "git modified" issue on the preserve-comments-crlf.s.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 10 05:18:00 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371513: Fix the "git modified" issue on the preserve-comments-crlf.s. (authored by hokein, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D67391?vs=219522&id=219525#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67391/new/
https://reviews.llvm.org/D67391
Files:
llvm/trunk/.gitattributes
Index: llvm/trunk/.gitattributes
===================================================================
--- llvm/trunk/.gitattributes
+++ llvm/trunk/.gitattributes
@@ -13,5 +13,7 @@
test/MC/AsmParser/incbin_abcd binary
test/YAMLParser/spec-09-02.test binary
-# Windows line ending test
-test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf
+# This file must have CRLF line endings, therefore git should treat it as
+# binary and not autoconvert line endings (for example, when core.autocrlf is
+# on).
+test/MC/AsmParser/preserve-comments-crlf.s binary
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67391.219525.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190910/5d3ca69d/attachment.bin>
More information about the cfe-commits
mailing list