[llvm] r304995 - Update release notes for BinaryFormat library.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 10:47:22 PDT 2017
Author: zturner
Date: Thu Jun 8 12:47:22 2017
New Revision: 304995
URL: http://llvm.org/viewvc/llvm-project?rev=304995&view=rev
Log:
Update release notes for BinaryFormat library.
Differential Revision: https://reviews.llvm.org/D34001
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=304995&r1=304994&r2=304995&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Thu Jun 8 12:47:22 2017
@@ -43,6 +43,13 @@ Non-comprehensive list of changes in thi
* LLVM's ``WeakVH`` has been renamed to ``WeakTrackingVH`` and a new ``WeakVH``
has been introduced. The new ``WeakVH`` nulls itself out on deletion, but
does not track values across RAUW.
+
+* A new library named ``BinaryFormat`` has been created which holds a collection
+ of code which previously lived in ``Support``. This includes the
+ ``file_magic`` structure and ``identify_magic`` functions, as well as all the
+ structure and type definitions for DWARF, ELF, COFF, WASM, and MachO file
+ formats.
+
* ... next change ...
More information about the llvm-commits
mailing list