[PATCH] D34001: Update Release Notes for BinaryFormat

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 10:22:38 PDT 2017


zturner created this revision.

https://reviews.llvm.org/D34001

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/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.101768.patch
Type: text/x-patch
Size: 736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/10551d61/attachment.bin>


More information about the llvm-commits mailing list