[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 10:51:14 PDT 2018


rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.

Rafael's commit message was still correct, this shouldn't be part of MCObjectFileInfo, it should be in TargetLoweringObjectFile, which is only used by CodeGen. Give me a minute to try to untangle that.


Repository:
  rL LLVM

https://reviews.llvm.org/D50490





More information about the llvm-commits mailing list