GPUOpen-Drivers / llvm-dialects

LLVM Dialects Library
Apache License 2.0
22 stars 22 forks source link

Remove trailing CR in test-generated.ll. #85

Closed tsymalla closed 8 months ago

tsymalla commented 8 months ago

Add the option strip-trailing-cr to avoid CR/LF-related test failures. The dialect files are created with LF, thus we don't want to see diff mismatches in git environments which check out with CRLF.