Update release notes with EHABI current behaviour

llvm-svn: 204598
This commit is contained in:
Renato Golin 2014-03-24 11:02:38 +00:00
parent 829bfc7c99
commit 0c2e68784a

View File

@ -100,8 +100,7 @@ which were used to enable EHABI in the previous releases, are removed now.
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
============================================