This is an archive of the discontinued LLVM Phabricator instance.

Mark all ARCMT test files as binary files in git, just like with svn
Needs ReviewPublic

Authored by erikjv on May 22 2017, 4:46 AM.

Details

Reviewers
bkramer
rengolin
Summary

This is a work-around for ARCMT's inability to handle Windows-style line
terminators (\r\n) correctly. The underlying problem seems to be that
line terminators are assumed to be 1 character long. So with files
ending with \r\n the rewritten files end with \r\r\n. See also PR33124.

Diff Detail

Event Timeline

erikjv created this revision.May 22 2017, 4:46 AM