[PATCH] D61496: Fixed tests where grep was not matching the linefeed
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 3 06:18:44 PDT 2019
probinson added a comment.
Checked-in files should not have CRLF endings, in general (there are a very few exceptions, and these aren't among them).
If the checked-in files have LF endings but your tool checks them out with CRLF then that is a problem with your config, or with the tool.
Adding dos2unix to the RUN lines is the wrong fix, either way.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61496/new/
https://reviews.llvm.org/D61496
More information about the cfe-commits
mailing list