[LLVMdev] TargetData class?
Villmow, Micah
Micah.Villmow at amd.com
Thu Oct 25 07:52:50 PDT 2012
Here is my patch for it:
Index: ReleaseNotes.html
===================================================================
--- ReleaseNotes.html (revision 166627)
+++ ReleaseNotes.html (working copy)
@@ -669,6 +669,9 @@
"TargetTransformInfo" provides a number of low-level interfaces.
LSR and LowerInvoke already use the new interface. </p>
+<p> The TargetData structure has been renamed to DataLayout and moved to VMCore
+ to remove the dependency on Target </p>
+
<ul>
<li>...</li>
</ul>
I'll add information on the multi-pointer additions once it is finalized.
Micah
> -----Original Message-----
> From: Chandler Carruth [mailto:chandlerc at google.com]
> Sent: Wednesday, October 24, 2012 4:39 PM
> To: Eli Friedman; Villmow, Micah
> Cc: Ryan Taylor; LLVM Developers Mailing List
> Subject: Re: [LLVMdev] TargetData class?
>
> Micah, can you document this in the release notes?
>
> On Wed, Oct 24, 2012 at 4:34 PM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
> > On Wed, Oct 24, 2012 at 4:11 PM, Ryan Taylor <ryta1203 at gmail.com>
> wrote:
> >> Has this been removed/replaced? Couldn't find anything in the release
> notes.
> >
> > Renamed DataLayout.
> >
> > -Eli
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list