[PATCH] D68146: [tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 05:05:16 PDT 2019


MaskRay added a comment.

> The command od -t x is used to dump data in hex format. The LIT tests assumes that the hex characters are in lowercase. However, there are also platforms which use uppercase letter. The test cases are changed to accept both formats.

Can you just name the platform? Is it AIX? Please give some examples of its output. IIRC it does not support `-t x4`.

Please also add `-A n` to the `od` command line. POSIX says "The format of the input offset is unspecified."


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68146/new/

https://reviews.llvm.org/D68146





More information about the llvm-commits mailing list