[PATCH] D67394: [NFC] Explicitly state that llvm/test/MC/AsmParser/preserve-comments-crlf.s must be CRLF

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 05:55:58 PDT 2019


gchatelet created this revision.
gchatelet added a reviewer: jfb.
Herald added subscribers: llvm-commits, dexonsmith.
Herald added a project: LLVM.

When rebasing on Linux git would convert `llvm/test/MC/AsmParser/preserve-comments-crlf.s ` to Line Feed End Of Lines.
This property ensures that the file always stays CRLF on checkout


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67394

Files:
  .gitattributes


Index: .gitattributes
===================================================================
--- /dev/null
+++ .gitattributes
@@ -0,0 +1 @@
+llvm/test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67394.219530.patch
Type: text/x-patch
Size: 200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190910/fb7e9470/attachment.bin>


More information about the llvm-commits mailing list