1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Update release notes for BinaryFormat library.

Differential Revision: https://reviews.llvm.org/D34001

llvm-svn: 304995
This commit is contained in:
Zachary Turner 2017-06-08 17:47:22 +00:00
parent 32a7d3907d
commit 48c406dce8

View File

@ -43,6 +43,13 @@ Non-comprehensive list of changes in this release
* 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 ...