[PATCH] D115862: [LoongArch][test] (5/5) Add encoding and mnemonics tests
Lu Weining via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 20:07:17 PST 2021
SixWeining added a comment.
Address comments of @myhsu . Thanks.
================
Comment at: llvm/utils/extract-section.py:62
help='Whether to print a \'.\' every 8 bits in bits printing mode')
+ arg_parser.add_argument('--little-endian', action='store_true',
+ help='Print the binary code in little-endian format')
----------------
myhsu wrote:
> nit: can we use `--endian=<little/big>` instead with default value being "big"?
No problem. I will update that. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115862/new/
https://reviews.llvm.org/D115862
More information about the llvm-commits
mailing list