mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-20 12:56:35 +00:00

It seems to make sense to omit offsets when --no-leading-addr is specified. The output is now closer to objdump -dr --no-addresses (non-wide output). Reviewed By: nickdesaulniers Differential Revision: https://reviews.llvm.org/D135039