[llvm-branch-commits] [llvm-branch] r243631 - [mips] Remove libunwind from the list of new features.

Daniel Sanders daniel.sanders at imgtec.com
Thu Jul 30 03:10:42 PDT 2015


Author: dsanders
Date: Thu Jul 30 05:10:42 2015
New Revision: 243631

URL: http://llvm.org/viewvc/llvm-project?rev=243631&view=rev
Log:
[mips] Remove libunwind from the list of new features.

The context save and restore functions have not yet been implemented for MIPS
so it will be disabled for this release.


Modified:
    llvm/branches/release_37/docs/ReleaseNotes.rst

Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=243631&r1=243630&r2=243631&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Thu Jul 30 05:10:42 2015
@@ -104,7 +104,7 @@ During this release the MIPS target has:
 
   * Support for the Profiler for all MIPS subtargets.
 
-* Added support for libcxx, libcxxabi, libunwind
+* Added support for libcxx, and libcxxabi.
 
 * Improved inline assembly support such that memory constraints may now make use
   of the appropriate address offsets available to the instructions. Also, added





More information about the llvm-branch-commits mailing list