[all-commits] [llvm/llvm-project] 1c1b00: [NFC] Set gitattributes for line endings
Chris B via All-commits
all-commits at lists.llvm.org
Tue Jan 18 10:08:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c1b0027e86fab2b0877488abc1625a457ca70b3
https://github.com/llvm/llvm-project/commit/1c1b0027e86fab2b0877488abc1625a457ca70b3
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M llvm/.gitattributes
M llvm/test/MC/AsmParser/preserve-comments-crlf.s
Log Message:
-----------
[NFC] Set gitattributes for line endings
A clean checkout of LLVM using core.autocrlf=on for Windows cannot pass
the LLVM test suite because several test input files rely on specific
line endings.
This change updates the line ending attributes for impacted tests and
re-normalizes a CRLF test case that was committed as LF to the git
index.
More information about the All-commits
mailing list