diff options
author | Micah Villmow <villmow@gmail.com> | 2012-10-25 18:06:47 +0000 |
---|---|---|
committer | Micah Villmow <villmow@gmail.com> | 2012-10-25 18:06:47 +0000 |
commit | a85ee5521de3b2905af0b1b5bda5455bb61a567d (patch) | |
tree | 0e7ff3165749d31c45e841bd2857cb2e46d67746 | |
parent | 8d7cd1d8fc3d1344d5f286cea2ce34cea0d3f01a (diff) | |
download | external_llvm-a85ee5521de3b2905af0b1b5bda5455bb61a567d.zip external_llvm-a85ee5521de3b2905af0b1b5bda5455bb61a567d.tar.gz external_llvm-a85ee5521de3b2905af0b1b5bda5455bb61a567d.tar.bz2 |
Update the release notes to note the change from TargetData to DataLayout.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166702 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9a1b547..eb12b33 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -669,6 +669,9 @@ Release Notes</a>.</h1> "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 a dependency on Target. </p> + <ul> <li>...</li> </ul> |