This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Ignore case when comparing output from od
ClosedPublic

Authored by Kai on Oct 8 2021, 8:37 AM.

Details

Summary

POSIX does not define the exact output from od tool.
While most implementations use lower case characters in hex output,
the z/OS USS implementation uses upper case characters.
To avoid LIT failures, the FileCheck option to ignore the case must
be used when checking hex bytes.

Diff Detail

Event Timeline

Kai requested review of this revision.Oct 8 2021, 8:37 AM
Kai created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2021, 8:37 AM
This revision is now accepted and ready to land.Oct 8 2021, 10:07 AM
This revision was landed with ongoing or failed builds.Oct 14 2021, 10:52 AM
This revision was automatically updated to reflect the committed changes.