[llvm] r204598 - Update release notes with EHABI current behaviour

Renato Golin renato.golin at linaro.org
Mon Mar 24 04:02:39 PDT 2014


Author: rengolin
Date: Mon Mar 24 06:02:38 2014
New Revision: 204598

URL: http://llvm.org/viewvc/llvm-project?rev=204598&view=rev
Log:
Update release notes with EHABI current behaviour

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=204598&r1=204597&r2=204598&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Mon Mar 24 06:02:38 2014
@@ -100,8 +100,7 @@ which were used to enable EHABI in the p
 This means all ARM code will emit EH unwind tables, or CFI unwinding (for
 debug/profiling), or both. To avoid run-time inconsistencies, C code will
 also emit EH tables (in case they interoperate with C++ code), as is the
-case for other architectures (ex. x86_64). You can disable them via the
-flag ``-fno-unwind-tables`` in Clang.
+case for other architectures (ex. x86_64).
 
 External Open Source Projects Using LLVM 3.5
 ============================================





More information about the llvm-commits mailing list