Author: probinson Date: Fri Aug 3 07:05:11 2018 New Revision: 338892 URL: http://llvm.org/viewvc/llvm-project?rev=338892&view=rev Log: Release note for DWARF v5 support
Modified: cfe/branches/release_70/docs/ReleaseNotes.rst Modified: cfe/branches/release_70/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_70/docs/ReleaseNotes.rst?rev=338892&r1=338891&r2=338892&view=diff ============================================================================== --- cfe/branches/release_70/docs/ReleaseNotes.rst (original) +++ cfe/branches/release_70/docs/ReleaseNotes.rst Fri Aug 3 07:05:11 2018 @@ -50,6 +50,12 @@ Major New Features was added. Please refer to the :ref:`release-notes-ubsan` section of the release notes for the details. +- Preliminary/experimental support for DWARF v5 debugging information. If you + compile with ``-gdwarf-5 -O0`` you should get fully conforming DWARF v5 + information, including the new .debug_names accelerator table. Type units + and split DWARF are known not to conform, and higher optimization levels + will likely get a mix of v4 and v5 formats. + Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits