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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 08:08:34 PDT 2019


jhenderson added a comment.

Something to be aware of is that people can change how the output is printed using switches like --x86-asm-syntax. If you're going down the route of parsing the text to identify how to highlight it, your parser needs to be robust enough to cope. Not only that but different architectures have different disassembly output, so there's a similar issue there.


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

https://reviews.llvm.org/D64311





More information about the llvm-commits mailing list