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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 09:56:54 PDT 2017


Where would it go?  Under "External Open Source Projects Using LLVM 5"?

On Wed, Jun 7, 2017 at 9:55 AM Hans Wennborg <hans at chromium.org> wrote:

> 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?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/5142949d/attachment.html>


More information about the llvm-commits mailing list