This is an archive of the discontinued LLVM Phabricator instance.

[Test] Set gitattributes for line endings in tapi inputs
ClosedPublic

Authored by bogner on Feb 21 2023, 3:45 PM.

Details

Summary

LLVM's parsing of .tbd files errors out with "unsupported file type"
if the tbd files have CRLF line endings. Add gitattributes for the
inputs to avoid test failures on windows.

Diff Detail

Event Timeline

bogner created this revision.Feb 21 2023, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2023, 3:45 PM
bogner requested review of this revision.Feb 21 2023, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2023, 3:45 PM
cishida accepted this revision.Feb 21 2023, 3:47 PM

LGTM, thank you!

This revision is now accepted and ready to land.Feb 21 2023, 3:47 PM
This revision was landed with ongoing or failed builds.Feb 21 2023, 4:07 PM
This revision was automatically updated to reflect the committed changes.