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

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 10:27:17 PDT 2017


I've fixed the sanitizer-linux buildbot failure in
http://llvm.org/viewvc/llvm-project?view=revision&revision=304930.

On Wed, Jun 7, 2017 at 10:15 AM, Hans Wennborg via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> I'd just put it by the "WeahVH" note near the top. If there's enough
> of these, we might turn them into a proper "API changes" section.
> Out-of-tree users of LLVM are generally very appreciative of this kind
> of notes.
>
> On Wed, Jun 7, 2017 at 9:56 AM, Zachary Turner <zturner at google.com> wrote:
>> 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?
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list