aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-12 20:41:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-12 20:41:27 +0000
commita7d9e056e4a991e73dfa3bd2da1f60c2b5f1eb55 (patch)
tree2fb526d100fdb2718d910ac7a1985ad6559f6f4f /docs
parentbf8e8714da8f6434d83cd51dfd6a372bb31db6b9 (diff)
downloadexternal_llvm-a7d9e056e4a991e73dfa3bd2da1f60c2b5f1eb55.zip
external_llvm-a7d9e056e4a991e73dfa3bd2da1f60c2b5f1eb55.tar.gz
external_llvm-a7d9e056e4a991e73dfa3bd2da1f60c2b5f1eb55.tar.bz2
Add an LLVM API change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 6e99a60..efc7d91 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -449,6 +449,8 @@ API changes are:</p>
<tt>CreateNeg</tt> should only be used for integer arithmetic now;
<tt>CreateFAdd</tt>, <tt>CreateFSub</tt>, <tt>CreateFMul</tt>, and
<tt>CreateFNeg</tt> should now be used for floating-point arithmetic.</li>
+<li>The DynamicLibrary class can no longer be constructed, its functionality has
+ moved to static member functions.</li>
</ul>
</div>