Differential Revision: https://reviews.llvm.org/D34001
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304995
91177308-0d34-0410-b5e6-
96231b3b80d8
* 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 ...