From 72270aabf7c9f77b643353aadd00ed2dd2b6da8b Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Mon, 24 Mar 2014 11:02:38 +0000 Subject: [PATCH] Update release notes with EHABI current behaviour git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204598 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 85bbd7187bc..723e7cf39e5 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 ============================================ -- 2.34.1