[PATCH] D159162: [llvm] Add assembly syntax highlighting
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 21:39:21 PDT 2023
JDevlieghere created this revision.
JDevlieghere added reviewers: t.p.northover, MaskRay, sdesmalen, jhenderson.
Herald added a subscriber: hiraditya.
Herald added a project: All.
JDevlieghere requested review of this revision.
Herald added a project: LLVM.
Add support for syntax highlighting assembly. The current patch uses a different color to highlight registers, immediate and addresses.
https://reviews.llvm.org/D159162
Files:
llvm/include/llvm/MC/MCInstPrinter.h
llvm/lib/MC/MCInstPrinter.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
llvm/tools/llvm-objdump/llvm-objdump.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159162.554565.patch
Type: text/x-patch
Size: 22381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230830/1779323a/attachment.bin>
More information about the llvm-commits
mailing list