[llvm-branch-commits] [llvm-branch] r245037 - [mips] Drop the claim that ubsan works since r243384 and r244646 are not yet merged.

Daniel Sanders via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 14 03:18:40 PDT 2015


Author: dsanders
Date: Fri Aug 14 05:18:40 2015
New Revision: 245037

URL: http://llvm.org/viewvc/llvm-project?rev=245037&view=rev
Log:
[mips] Drop the claim that ubsan works since r243384 and r244646 are not yet merged.

The timezone difference between myself, the code-owner, and release manager means
it's sensible to update the release notes on the assumption that they won't be
merged. If we do merge them, then we can revert this release notes change.


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=245037&r1=245036&r2=245037&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Fri Aug 14 05:18:40 2015
@@ -97,8 +97,7 @@ During this release the MIPS target has:
 
 * Added support for compiler-rt including:
 
-  * Support for the Address, and Undefined Behaviour Sanitizers for all MIPS
-    subtargets.
+  * Support for the Address Sanitizer for all MIPS subtargets.
 
   * Support for the Data Flow, and Memory Sanitizer for 64-bit subtargets.
 




More information about the llvm-branch-commits mailing list