[PATCH] D23213: Allow SmallVector to be used as a yaml sequence

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 16:21:11 PDT 2016


Resubmitted in r277888 = a137e6e2ca7ac4c0ec26e1df33df8cc1f23d8387.  Tested
on Linux this time and confirmed that it was broken and that this new patch
fixes it.

On Fri, Aug 5, 2016 at 4:01 PM Zachary Turner <zturner at google.com> wrote:

> I'm not sure why this doesn't break with cl or clang-cl.  In any case,
> those friend definitions are a pretty ugly hack :-/
>
> On Fri, Aug 5, 2016 at 3:28 PM Daniel Berlin <dberlin at dberlin.org> wrote:
>
>> The friend definitions in DebugMap.h need to be updated now that it's
>> SmallVector and not std::vector
>>
>> On Fri, Aug 5, 2016 at 3:22 PM, Oleksiy Vyalov via llvm-commits <
>> llvm-commits at lists.llvm.org> wrote:
>>
>>> ovyalov added a subscriber: ovyalov.
>>> ovyalov added a comment.
>>>
>>> Looks like this CL broke LLDB cmake buildbot -
>>> http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/17873/steps/ninja%20build%20local/logs/stdio,
>>> could you take a look?
>>>
>>>
>>> Repository:
>>>   rL LLVM
>>>
>>> https://reviews.llvm.org/D23213
>>>
>>>
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/256922d1/attachment.html>


More information about the llvm-commits mailing list