[llvm-branch-commits] [llvm-branch] r170247 - /llvm/branches/release_32/docs/ReleaseNotes.html

Daniel Malea daniel.malea at intel.com
Fri Dec 14 14:04:19 PST 2012


Author: dmalea
Date: Fri Dec 14 16:03:16 2012
New Revision: 170247

URL: http://llvm.org/viewvc/llvm-project?rev=170247&view=rev
Log:
Add some LLDB release notes for 3.2 (with Linux improvements that made it in)


Modified:
    llvm/branches/release_32/docs/ReleaseNotes.html

Modified: llvm/branches/release_32/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_32/docs/ReleaseNotes.html?rev=170247&r1=170246&r2=170247&view=diff
==============================================================================
--- llvm/branches/release_32/docs/ReleaseNotes.html (original)
+++ llvm/branches/release_32/docs/ReleaseNotes.html Fri Dec 14 16:03:16 2012
@@ -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>





More information about the llvm-branch-commits mailing list