[all-commits] [llvm/llvm-project] b05056: [AIX] Ignore case when comparing output from od
Kai Nacke via All-commits
all-commits at lists.llvm.org
Thu Oct 14 10:52:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b050564d3e93462351d6efa072716b344facf68a
https://github.com/llvm/llvm-project/commit/b050564d3e93462351d6efa072716b344facf68a
Author: Kai Nacke <kai.nacke at de.ibm.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M llvm/test/tools/yaml2obj/XCOFF/string-table.yaml
Log Message:
-----------
[AIX] Ignore case when comparing output from od
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.
Reviewed By: abhina.sreeskantharajan
Differential Revision: https://reviews.llvm.org/D111427
More information about the All-commits
mailing list