diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-10-11 21:26:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-10-11 21:26:56 +0000 |
commit | 43778b38595b2580018e8b59a8d10dadc9644a87 (patch) | |
tree | 0f38bacf571f0be6d883217a2c5075914b85cde4 | |
parent | a4bb48adc39eb6ae7a502433397ba3476efc0454 (diff) |
Add API changes which affected me to release notes:
- DbgStopPointInst
- Attributes (needs filling in)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57382 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 39ff0504f3..5be4ad72a6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -85,6 +85,11 @@ It includes a large number of features and refinements from LLVM 2.3.</p> <ul> <li>....</li> + +<li>... Attributes changes ... </li> + +<li>The <tt>DbgStopPointInst</tt> methods <tt>getDirectory</tt> and <tt>getFileName</tt> now return <tt>Value*</tt> instead of strings. These can be converted to strings using <tt>llvm::GetConstantStringInfo</tt> defined via "llvm/Analysis/ValueTracking.h". + </ul> </div> |