[llvm] r304864 - Move Object format code to lib/BinaryFormat.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 09:55:04 PDT 2017


On Tue, Jun 6, 2017 at 8:49 PM, Zachary Turner via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: zturner
> Date: Tue Jun  6 22:48:56 2017
> New Revision: 304864
>
> URL: http://llvm.org/viewvc/llvm-project?rev=304864&view=rev
> Log:
> Move Object format code to lib/BinaryFormat.
>
> This creates a new library called BinaryFormat that has all of
> the headers from llvm/Support containing structure and layout
> definitions for various types of binary formats like dwarf, coff,
> elf, etc as well as the code for identifying a file from its
> magic.
>
> Differential Revision: https://reviews.llvm.org/D33843

Do you want to add a note about this in docs/ReleaseNotes.rst?


More information about the llvm-commits mailing list