[llvm] r200390 - Document EHABI enabled by default
Renato Golin
renato.golin at linaro.org
Wed Jan 29 04:04:13 PST 2014
Author: rengolin
Date: Wed Jan 29 06:04:13 2014
New Revision: 200390
URL: http://llvm.org/viewvc/llvm-project?rev=200390&view=rev
Log:
Document EHABI enabled by default
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=200390&r1=200389&r2=200390&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Wed Jan 29 06:04:13 2014
@@ -37,6 +37,9 @@ Non-comprehensive list of changes in thi
* All backends have been changed to use the MC asm printer and support for the
non MC one has been removed.
+* The ARM back-end now has the EHABI exception handling enabled by default. Use
+ `-arm-disable-ehabi` to turn it off (both landing pads and unwind tables).
+
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of
this list. If your description won't fit comfortably in one bullet
More information about the llvm-commits
mailing list