[ADT] Delete the Twine assignment operator
[oota-llvm.git] / docs / ReleaseNotes.rst
index 85bbd7187bc55a2ad90157c4f77d3fb0eaa46f9c..8dc16813580ebe55151d9ea3efdb894a43e5d645 100644 (file)
@@ -52,6 +52,9 @@ Non-comprehensive list of changes in this release
 * llvm-ar now handles IR files like regular object files. In particular, a
   regular symbol table is created for symbols defined in IR files.
 
+* LLVM now always uses cfi directives for producing most stack
+  unwinding information.
+
 .. 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
@@ -100,8 +103,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
 ============================================