[PATCH] D72047: Add an interface emitPrefix for MCCodeEmitter

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 31 21:48:56 PST 2019


craig.topper added a comment.

Can we move the X86MCCodeEmitter definition to a header file and create a separate X86MCCodeEmitter belonging to the X86AsmBackend.cpp that that we can call the emitPrefix on? I'm not sure we want to expose the emitPrefix interface on the generic MCCodeEmitter interface.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72047





More information about the llvm-commits mailing list