[PATCH] D34001: Update Release Notes for BinaryFormat
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 10:47:47 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL304995: Update release notes for BinaryFormat library. (authored by zturner).
Changed prior to commit:
https://reviews.llvm.org/D34001?vs=101768&id=101942#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34001
Files:
llvm/trunk/docs/ReleaseNotes.rst
Index: llvm/trunk/docs/ReleaseNotes.rst
===================================================================
--- llvm/trunk/docs/ReleaseNotes.rst
+++ llvm/trunk/docs/ReleaseNotes.rst
@@ -43,6 +43,13 @@
* 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 ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34001.101942.patch
Type: text/x-patch
Size: 754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170608/6f06f259/attachment.bin>
More information about the llvm-commits
mailing list