[PATCH] D50490: Pass code model parameter to MC from CodeGen

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 13:53:19 PDT 2018


rnk added a comment.

If we move some of this logic back up into CodeGen, that removes the need to pass the full code model to the assembler. I implemented this in https://reviews.llvm.org/D50533. Please take a look. You should be able to rebase your change to the x86_64 EH encodings on that, removing the need to thread the code model to MC.


Repository:
  rL LLVM

https://reviews.llvm.org/D50490





More information about the llvm-commits mailing list