This is an archive of the discontinued LLVM Phabricator instance.

Fix non-portable GNU diff option
ClosedPublic

Authored by stevewan on Oct 23 2019, 8:06 AM.

Details

Summary

This is a fix to revision D68839 and rL375023. This patch substitutes POSIX option "-b" for the non-portable GNU option "--strip-trailing-cr".

Diff Detail

Event Timeline

stevewan created this revision.Oct 23 2019, 8:06 AM
daltenty accepted this revision.Oct 23 2019, 8:09 AM

LGTM. These tests are currently failing on AIX because of the non-portable option.

This revision is now accepted and ready to land.Oct 23 2019, 8:09 AM
This revision was automatically updated to reflect the committed changes.