[PATCH] D65671: [yaml2obj][tests] Replace 8-byte `od` conversion with 1-byte conversion
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 3 07:57:30 PDT 2019
hubert.reinterpretcast added a comment.
In D65671#1613487 <https://reviews.llvm.org/D65671#1613487>, @MaskRay wrote:
> Is there a plan that AIX od will implement `x8`?
I've requested the change, but I cannot make any promises on delivery vehicle.
> This case is probably benign but I'm concerned the limitation will make testing harder on most other platforms.
I am not sure that it is in the best interest of anyone to use other than `x1` unless if they want byte-order-aware conversion for a binary file encoded in the native byte order of the host.
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