diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mc.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mc.rst b/llvm/docs/CommandGuide/llvm-mc.rst index c5d2f93..8d6346f 100644 --- a/llvm/docs/CommandGuide/llvm-mc.rst +++ b/llvm/docs/CommandGuide/llvm-mc.rst @@ -92,6 +92,10 @@ End-user Options Generate DWARF debugging info for assembly source files. +.. option:: --hex + + Take raw hexadecimal bytes as input for disassembly. Whitespace is ignored. + .. option:: --large-code-model Create CFI directives that assume the code might be more than 2 GB. |