diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-01-29 12:04:13 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-01-29 12:04:13 +0000 |
commit | bfcefb39db3ef6f11b6c9b557bd674b5b3f17cc1 (patch) | |
tree | 0d3c8c85d1362ef7129a7902eec3f23b0c980c00 | |
parent | 8cea6e8fc6a0cc1b5f1f4cbe9fb9f97983e531cc (diff) | |
download | bcm5719-llvm-bfcefb39db3ef6f11b6c9b557bd674b5b3f17cc1.tar.gz bcm5719-llvm-bfcefb39db3ef6f11b6c9b557bd674b5b3f17cc1.zip |
Document EHABI enabled by default
llvm-svn: 200390
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 71ab5826a29..eb19dfe1c24 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -37,6 +37,9 @@ Non-comprehensive list of changes in this release * 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 |