[PATCH] D64311: WIP: [llvm-objdump] Implement syntax highlighting

Seiya Nuta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 01:16:14 PDT 2019


seiya updated this revision to Diff 209420.
seiya added a comment.
Herald added a subscriber: hiraditya.

- Hold the vector of marked up fragments instead of parsing the disassembly (suggested by Michael Spencer on llvm-dev).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64311/new/

https://reviews.llvm.org/D64311

Files:
  llvm/include/llvm/MC/MCInstPrinter.h
  llvm/lib/MC/MCInstPrinter.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64311.209420.patch
Type: text/x-patch
Size: 13142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190712/819f4808/attachment.bin>


More information about the llvm-commits mailing list