[all-commits] [llvm/llvm-project] dd2911: [llvm] Support assembly color highlighting for X86
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Sep 1 12:57:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd2911d8745aacc0814b39b3382dbdb18136731e
https://github.com/llvm/llvm-project/commit/dd2911d8745aacc0814b39b3382dbdb18136731e
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
Log Message:
-----------
[llvm] Support assembly color highlighting for X86
This patch migrates the X86 backend to WithMarkup (introduced in
77d1032516e7) and adds support for color highlighting.
Differential revision: https://reviews.llvm.org/D159241
More information about the All-commits
mailing list