[llvm] [llvm-mc] Add --hex to disassemble hex bytes (PR #119992)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 14 18:52:46 PST 2024
================
@@ -92,6 +92,11 @@ End-user Options
Generate DWARF debugging info for assembly source files.
+.. option:: --hex
+
+ Take hex pairs as input for the disassembler.
+ Whitespace is ignored.
+
----------------
s-barannikov wrote:
Thanks
https://github.com/llvm/llvm-project/pull/119992
More information about the llvm-commits
mailing list