[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true.
authorZhen Cao <zhen.cao@autodesk.com>
Fri, 17 Nov 2017 21:59:43 +0000 (21:59 +0000)
committerZhen Cao <zhen.cao@autodesk.com>
Fri, 17 Nov 2017 21:59:43 +0000 (21:59 +0000)
commit4cb299407e58468ec720e4aff7c22486fd9687b8
treecbb673a3496a8de993f0d5eb1ef378e27659eb34
parent66f58909f89eab4325e61b587d7daa8d7f35ffc3
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true.

Differential Revision: https://reviews.llvm.org/D39737

This is the second attempt to commit this. The test was broken on Linux in the first attempt.

llvm-svn: 318560
llvm/.gitattributes [new file with mode: 0644]
llvm/docs/GettingStartedVS.rst
llvm/lib/MC/MCParser/AsmLexer.cpp
llvm/test/MC/AsmParser/preserve-comments-crlf.s [new file with mode: 0644]