[PATCH] D65189: [MC] Support returning a structured rich disassembly output
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 03:32:31 PDT 2019
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/MC/MCInstPrinter.h:73
+// implementaions for MarkupStart and MarkupEnd.
+struct MarkupState {
+ // True if the marked up disassembly is enabled. Defaults to false in case
----------------
`MarkupState` can be nested in `MCInstprinter`. It isn't expected to be accessed by other files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65189/new/
https://reviews.llvm.org/D65189
More information about the llvm-commits
mailing list