[PATCH] D75218: Make asm printer for X86 use custom separator instead of hard-coded tabs.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 10:18:13 PDT 2020


RKSimon added a comment.

You need to add some reviewers for the other targets and update the title now that its not x86-only



================
Comment at: llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.h:33
   void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
+
 protected:
----------------
superfluous


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

https://reviews.llvm.org/D75218





More information about the llvm-commits mailing list