Displaying 2 results from an estimated 2 matches for "351934".
Did you mean:
351931
2019 Jan 24
2
[cfe-dev] [8.0.0 Release] One week to the branch
...-risk and finishing up functionality, if it's just a
> small amount of patches we might as well merge it over. Do you have a
> list of what commits are involved?
In SVN revisions, it's the following:
351657
351658
351659
351660
351661
351662
351663
351799
351800
351801
351811
351931
351934
351946
351947
351948
In a git mirror, it's trivial to find these commits with the following
command:
git log $(git merge-base origin/release_80 master)..master tools/llvm-objcopy/COFF test/tools/llvm-objcopy/COFF
Among these commits, there's one cycle of "Implement --add-gnu-debugl...
2019 Jan 24
2
[cfe-dev] [8.0.0 Release] One week to the branch
On Tue, 15 Jan 2019, Hans Wennborg wrote:
> On Sat, Jan 12, 2019 at 12:49 AM Jordan Rupprecht <rupprecht at google.com> wrote:
>>
>>
>>
>> On Fri, Jan 11, 2019 at 6:26 AM Martin Storsjö <martin at martin.st> wrote:
>>>
>>> Hi,
>>>
>>> The COFF support in llvm-objcopy is in a pretty half-finished state at the
>>>