[PATCH] D65671: [yaml2obj][tests] Replace 8-byte `od` conversion with 1-byte conversion

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 3 07:48:18 PDT 2019


MaskRay accepted this revision.
MaskRay added a comment.

> The implementation shall also support the values 1, 2, 4, and 8, even if it provides no C-Language types of those sizes.

Is there a plan that AIX od will implement `x8`? This case is probably benign but I'm concerned the limitation will make testing harder on most other platforms.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65671





More information about the llvm-commits mailing list