summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2012-12-14 22:03:16 +0000
committerDaniel Malea <daniel.malea@intel.com>2012-12-14 22:03:16 +0000
commitf69442c7a8e498a4a51e75a7b05df087d1ee2e7c (patch)
tree9550648b99de6769fe3ec0345b97d78a75109899
parent2e0b25a6327f14cbf0fffb9df0251ca32408a52b (diff)
downloadllvm-f69442c7a8e498a4a51e75a7b05df087d1ee2e7c.tar.gz
llvm-f69442c7a8e498a4a51e75a7b05df087d1ee2e7c.tar.bz2
llvm-f69442c7a8e498a4a51e75a7b05df087d1ee2e7c.tar.xz
Add some LLDB release notes for 3.2 (with Linux improvements that made it in)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@170247 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 99bdf613a0..df914593aa 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -175,7 +175,9 @@
<p>The 3.2 release has the following notable changes:</p>
<ul>
- <li>...</li>
+ <li>Linux build fixes for clang (see <a href="http://lldb.llvm.org/build.html">Building LLDB</a>)</li>
+ <li>Some Linux stablity and usability improvements</li>
+ <li>Switch expression evaluation to use MCJIT (from legacy JIT) on Linux</li>
</ul>
</div>