[PATCH] D159162: [llvm] Add assembly syntax highlighting

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 15:35:52 PDT 2023


JDevlieghere updated this revision to Diff 555184.
JDevlieghere added a comment.

Limit `formatted_raw_ostream` workaround to disassembling with color only. Apparently this changes output for certain tests. The `formatted_raw_ostream` class has several issues related to buffering, but that's orthogonal to this patch.


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

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/test/MC/Disassembler/AArch64/marked-up.txt
  llvm/tools/llvm-mc/llvm-mc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159162.555184.patch
Type: text/x-patch
Size: 23749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230831/3979eb5b/attachment-0001.bin>


More information about the llvm-commits mailing list