[llvm-commits] [cfe-commits] [Patch] Move TargetData from Target to Support/VMCore

Chris Lattner clattner at apple.com
Thu Oct 4 15:39:45 PDT 2012


On Oct 4, 2012, at 3:32 PM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote:

> Here is the second step of #1, this does the datalayout renaming. I've also renamed TargetAlignElem and TargetTypeEnum as they are not 'Target' objects but Layout objects.

LGTM!

> The next step will be to remap TargetData to DataLayout.

Great. A nice step at the end of all of this would be to make the result DataLayout class not be a pass.  It can become a member of Module now.

-Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121004/a1bc3d13/attachment.html>


More information about the llvm-commits mailing list